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
This would be really useful to automate actions according to our needs without needing to implement these automations to the bot in form of plugins.
I'm pretty sure this must be easy to setup, you guys just need to remove the if (message.author.bot) return; lines from MM's core code, and instead setup a "validate bots" option like allowBots[] = bot_ID_here.
Once done, MM would listen to commands sent by bots, but only from those whitelisted in our config.ini file.
Please add this! Thanks for reading.
The text was updated successfully, but these errors were encountered:
DarkView
changed the title
Suggestion: Allow bots to use MM's commands
Allow bots to use MM's commands via a whitelist
Sep 21, 2023
This would be really useful to automate actions according to our needs without needing to implement these automations to the bot in form of plugins.
I'm pretty sure this must be easy to setup, you guys just need to remove the
if (message.author.bot) return;
lines from MM's core code, and instead setup a "validate bots" option likeallowBots[] = bot_ID_here
.Once done, MM would listen to commands sent by bots, but only from those whitelisted in our config.ini file.
Please add this! Thanks for reading.
The text was updated successfully, but these errors were encountered: