You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dblock Thanks for the suggestion! That indeed worked.
I also noticed that using match do not populate the bot's help command. If using match and I want to provide syntax / all the commands for a bot -- will I need to manually do that?
I think so and we should document how to do that. Maybe take a look at how that's implemented and we can move the code from command to match so that it can document all commands?
match
should still allow a bot to be addressed by name in a channel or by private message:@bot ping
should be possible, however even updating the regex does not fix, i.e.match(/^@botname ping$/)
Example Code:
The text was updated successfully, but these errors were encountered: