diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 20:55:32 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 20:55:32 +0100 |
| commit | bf068ebf9e86f527474e30bdaf4a74503f11d608 (patch) | |
| tree | 34c98ea8b4be99be651583cddd0c598b8da07f6b | |
| parent | 98a9fcc38b62fa12049003b1913ac5a81578f474 (diff) | |
| download | discordbot-bf068ebf9e86f527474e30bdaf4a74503f11d608.tar.gz discordbot-bf068ebf9e86f527474e30bdaf4a74503f11d608.zip | |
accidentally changed prefix
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ db = { TIMEOUT = 120 # s until giving up on API bot = commands.Bot( - command_prefix="?", + command_prefix="!", description="Vainsocial Vainglory stats bot") pool = None |
