aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 3442a9c..0959771 100644
--- a/bot.py
+++ b/bot.py
@@ -11,7 +11,7 @@ extensions = [
def get_prefix(bot, message):
"""A callable Prefix for our bot. This could be edited to allow per server prefixes."""
- prefixes = ['/', '!', '+', '.']
+ prefixes = ['>', '$>']
# Check to see if we are outside of a guild. e.g DM's etc.
# if not message.guild: