Browse Source

menu broke thingy so commented it out.

tags/v2.0.0
Roxie Gibson 6 years ago
parent
commit
9d28bbefdd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roxbot/settings/settings.py

+ 2
- 2
roxbot/settings/settings.py View File

@@ -540,8 +540,8 @@ class Settings:
Example:
;settings nsfw addchannel #nsfw_stuff
"""
menu = Menu.nsfw(ctx.guild)
print(menu.content)
#menu = Menu.nsfw(ctx.guild)
#print(menu.content)
selection = selection.lower()
nsfw = self.guild_settings.nsfw


Loading…
Cancel
Save