minor tweaks
This commit is contained in:
parent
fa1bcb58a4
commit
d08a64c0ad
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ import re
|
|||
@hook.command("owners", autohelp=False)
|
||||
@hook.command(autohelp=False)
|
||||
def admins(inp, bot=None):
|
||||
".admins -- Lists the bot's admins."
|
||||
admins = bot.config["admins"]
|
||||
return ", ".join(admins)
|
||||
|
||||
|
|
Reference in a new issue