forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Allow to not ignore bots for some commands #84

Open Blatoy opened 5 years ago

RedMser commented 5 years ago

I assume with the permissions system (#27), this would not need to be treated separately? So by giving a bot certain permissions, Discotron should simply respond to such commands accordingly, not treating it separately because it's a bot.

Blatoy commented 5 years ago

My idea was to let the developer of a module to change that option at a command level, but using the permission system is actually a better idea. Though, I do think other bots (and the bot itself) should be ignored by default and would only be parsed if a role allows explicitly them to use a command.