-
Notifications
You must be signed in to change notification settings - Fork 2
Ignoring commands from MCBot #7
Copy link
Copy link
Open
Labels
bot controlIssues and improvements that regard controlling the bot itself, mostly as a mod/adminIssues and improvements that regard controlling the bot itself, mostly as a mod/adminbugSomething that should work isn't workingSomething that should work isn't working
Metadata
Metadata
Assignees
Labels
bot controlIssues and improvements that regard controlling the bot itself, mostly as a mod/adminIssues and improvements that regard controlling the bot itself, mostly as a mod/adminbugSomething that should work isn't workingSomething that should work isn't working
Describe the bug
Currently MCBot and Geckarbot uses
!as command prefix. With this, it's possible, that both bots reacting for a command that both bots provides like!help.To Reproduce
!helpActual behavior
Both, MCBot and Geckarbot, reacts with its own help or command.
Expected behavior
Only the bot, from which the user wants a reaction, should react.
Additional context
Problem: MCBot has variable command list stored in its DiscordSRV spigot plugin dir which can't be accessed and could be changed every time.