diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-14 17:51:11 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-14 17:51:11 +0100 |
| commit | a134ef3c7367269a1baafca86b1b69acdc06587b (patch) | |
| tree | 9465ffd38eadd9c37f8d3d9dbf7bddc55bc59735 | |
| parent | 840a7e6eedbf8791f455d7085a8180f586d42266 (diff) | |
| download | discordbot-a134ef3c7367269a1baafca86b1b69acdc06587b.tar.gz discordbot-a134ef3c7367269a1baafca86b1b69acdc06587b.zip | |
alias to !v or !vain
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ async def on_ready(): name="alpha.vainsocial.com")) -@bot.command() +@bot.command(aliases=["v", "vain"]) async def vainsocial(name: str, region: str = None): """Retrieves a player's stats.""" query = """ |
