Browse Source

added guild only check to printsettings which is was missing.

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
f47876c617
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roxbot/system.py

+ 1
- 0
roxbot/system.py View File

@@ -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):

Loading…
Cancel
Save