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

settingcontent += str(x).strip("()") + "\n" settingcontent += str(x).strip("()") + "\n"
return settingcontent return settingcontent


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

Loading…
Cancel
Save