summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-11 17:59:15 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-11 17:59:15 +0100
commitb2cd21f3d60414b527da5f0959c9a77c8c758ad2 (patch)
treee047a0a2abea6ecf19863ab261837aa3a827bc6c
parent3e72b10a3270612c1bb3f213e5afa3b1a9f0bb00 (diff)
downloaddiscordbot-b2cd21f3d60414b527da5f0959c9a77c8c758ad2.tar.gz
discordbot-b2cd21f3d60414b527da5f0959c9a77c8c758ad2.zip
accidentally changed prefix
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index d42440e..5864f55 100644
--- a/main.py
+++ b/main.py
@@ -26,7 +26,7 @@ dest_db = {
bot = commands.Bot(
- command_prefix="?",
+ command_prefix="!",
description="Vainsocial Vainglory stats bot")
queue = None