pls help i dont know how to make nightbot reply (Example) RandomUser: Hi
Nightbot: Hello, RandomUser.
but idk how to do that please help…
In the example you gave you would have to create a command called “hi” (you can’t have spaces, so it can’t be ‘hi nightbot’).
Just add the command by copy pasting: !commands add hi Hi $(user)!
so if i ran the command
Slikrick: Hi nightbot!
nightbot would reply
Nightbot: Hi Slikrick!
The variable you want, to specify the person who called the command. is the $(user) variable which can be found in the docs here: https://docs.nightbot.tv/commands/variables/user
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.