NonbinaryWiki / BinaryBot

Bot that runs on the Nonbinary Wiki Discord server
https://discord.gg/fgmBrESAr3
GNU General Public License v3.0
5 stars 9 forks source link

Restricted commands aren't usable by bot owner #43

Closed NeoMahler closed 2 years ago

NeoMahler commented 2 years ago

They appear faded-out.

NeoMahler commented 2 years ago

Possible fix: declare owner in bot.py

NeoMahler commented 2 years ago

This doesn't seem to be the issue. Needs more testing (does the bot know who the owner is?). Investigate if it's related to being a verified bot.

Check if the bot can read the user ID of the user who sends the command.

NeoMahler commented 2 years ago

It looks like owner-only commands can't be global. I've restricted them to a private server. Future update will include better configuration to make this configurable (#46)