How can i make nighbot reply to things like "whats up nighbot". Whenever I just type it in as a command it doesn't reply.
Nighbot responding to a sentence / command name with space
4 replies
Hey @Trusty Llama!
A command name can only be one "word," meaning there can't be no space, so here you'd have to create a command called what's, check if the rest of the sentence contains Nightbot, and if the check matches, then send a response.
!addcom what's $(eval `$(query)`.toLowerCase().includes(`nightbot`)?`YOUR_RESPONSE`:` `)