Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 29 forks source link

[Bug] Unable to execute commands as server owner. #5

Closed stefmmm closed 3 years ago

stefmmm commented 3 years ago

Cog

Describe the bug As the bot/server owner i'm unable to invoke commands like 'vaporize' or 'voteout' i get greeted with this message 'You are not authorized to issue this command.' there is only one server of mine where i can successfully invoke these commands, i've checked permissions and reset Defender multiple times with the same result.

To Reproduce Steps to reproduce the behavior:

  1. Issue command 'vaporize'
  2. See result

Expected behavior The command should execute the action

Screenshots Discord_5megQ94niI Discord_fnZ3InAxZx

Twentysix26 commented 3 years ago

The most likely cause is that there are no core Admin / Mod roles set for those servers. You can verify this with [p]set showsettings Bot owner / server owner status don't grant any privileges within this cog.

stefmmm commented 3 years ago

You're spot on, i totally forgot to set those, it now works as expected, thanks for your time!