roxie 6 роки тому
джерело
коміт
f2c22794c3
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      config/settings.py

+ 2
- 0
config/settings.py Переглянути файл

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

Завантаження…
Відмінити
Зберегти