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