pcparadise / discordbot

GNU General Public License v3.0
3 stars 5 forks source link

fix(cogs/config.py): add guild check to welcome channel config #54

Closed awsomearvinder closed 1 year ago

awsomearvinder commented 1 year ago

We should only allow configuring these when the user is actually running the command in a guild. Administrator check indirectly already does this, but this adds an explicit check + asserts it to the type-system.