瀏覽代碼

added guild only check to printsettings which is was missing.

tags/v2.0.0
Roxie Gibson 5 年之前
父節點
當前提交
f47876c617
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roxbot/system.py

+ 1
- 0
roxbot/system.py 查看文件

@@ -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…
取消
儲存