Browse Source

added todo

tags/v1.4.0
roxie 6 years ago
parent
commit
f2c22794c3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config/settings.py

+ 2
- 0
config/settings.py View File

@@ -79,6 +79,7 @@ class Settings:
@bot.command(pass_context=True, hidden=True, aliases=["setava", "setavatar"])
@is_owner()
async def changeavatar(self, ctx, url=None):
# TODO: Organise the non-settings group commands to be better and support gifs and shit. Also not hidden and the better check.
"""
Usage:
{command_prefix}setavatar [url]
@@ -113,6 +114,7 @@ class Settings:
@bot.command(pass_context=True, hidden=True, aliases=["setgame", "game"])
@is_owner()
async def changegame(self, ctx, *, game: str):
# TODO: Update for new presence changes
if game.lower() == "none":
game_name = None
else:

Loading…
Cancel
Save