I try to create a command that when the "Hi" Emote is used from one in the chat, that Nightbot response with the same "Hi" Emote.
Right now is the command: "Hi Emote" $(user)
the problem is when someone use this emote with a name behind it triggers too.
So i try to find a way that it triggers only when the Emote only is written from a Person or the Emote + @member
If someone uses the Emote + Text or a other @member then it should not trigger
I thought this should work with if and else or I'm on the wrong way?