When using the "@mention" prefix (documented here) , the bot seems to treat it as a string literal and prefixes all the commands with "@mention":
@mentionping | Send a "Pong" response
@mentionstats | View verification statistics
I've tried passing it through as an array as well, but I get the same result. I'd love to use this prefix as it prevents any crosstalk and competing bot commands.
Thanks for all your work on this framework so far, it's been really helpful!
When using the "@mention" prefix (documented here) , the bot seems to treat it as a string literal and prefixes all the commands with "@mention":
I've tried passing it through as an array as well, but I get the same result. I'd love to use this prefix as it prevents any crosstalk and competing bot commands.
Thanks for all your work on this framework so far, it's been really helpful!