Hello, I have been using nightbot for a very long time and I love it but I have a problem. In discord when someone says !cmds which I added I want nighbot to ping that person like Jason#1234 said !commands I want it to ping the person not just say @Jason#1234
Assuming you use Nightbot for both Twitch and Discord, you could do add this:
$(eval '$(provider)' === 'discord' ? '<@$(userid)>' : '@$(user)')
Whenever someone uses the command in Discord, it will tag/ping them, but any other place it will just be @Username
1 Like
Thank you so much very much
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.