Bladeren bron

added guild only check to printsettings which is was missing.

tags/v2.0.0
Roxie Gibson 5 jaren geleden
bovenliggende
commit
f47876c617
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. +1
    -0
      roxbot/system.py

+ 1
- 0
roxbot/system.py Bestand weergeven

@@ -228,6 +228,7 @@ class System:
settingcontent += str(x).strip("()") + "\n"
return settingcontent

@commands.guild_only()
@commands.command(aliases=["printsettingsraw"])
@commands.has_permissions(manage_guild=True)
async def printsettings(self, ctx, option=None):

Laden…
Annuleren
Opslaan