Hey, just wondering where you can get the bot to copy the hashtag that anyone in the chat says. Like a viewer would say #Dedication and the bot would respond with the same text “#Dedication”
Something like this is not possible to do with Nightbot, sorry
The closest you could get is by doing this:
!addcom # #$(query)
This isn’t ideal because you’d need to put a space between your “#” and your word. For example:
#NightbotIsBae
- Returns nothing
# NightbotIsBae
- Returns #NightbotIsBae
So it’s not perfect, but it’s kinda close. As far as I know there’s no other way to do it with Nightbot.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.