diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-11 17:59:15 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-11 17:59:15 +0100 |
| commit | b2cd21f3d60414b527da5f0959c9a77c8c758ad2 (patch) | |
| tree | e047a0a2abea6ecf19863ab261837aa3a827bc6c | |
| parent | 3e72b10a3270612c1bb3f213e5afa3b1a9f0bb00 (diff) | |
| download | discordbot-b2cd21f3d60414b527da5f0959c9a77c8c758ad2.tar.gz discordbot-b2cd21f3d60414b527da5f0959c9a77c8c758ad2.zip | |
accidentally changed prefix
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ dest_db = { bot = commands.Bot( - command_prefix="?", + command_prefix="!", description="Vainsocial Vainglory stats bot") queue = None |
