aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-05-27 12:01:25 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-05-27 12:01:25 +0000
commit3c12f56459b3bff65a0697b46ad09b1a86d29ebf (patch)
tree044f4c630f10f8dfad0fd29c47792a24d333c17e /bot.py
parent1c29f6f62a303f530c452fd9e8cf2df8df27c8bb (diff)
downloadsteve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.tar
steve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.tar.gz
steve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.tar.bz2
steve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.tar.lz
steve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.tar.xz
steve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.tar.zst
steve-bot-3c12f56459b3bff65a0697b46ad09b1a86d29ebf.zip
modified: bot.py
modified: cogs/src.py modified: custom_commands.json
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 80a3787..8ef65a6 100755
--- a/bot.py
+++ b/bot.py
@@ -15,7 +15,7 @@ extensions = [
def get_prefix(bot, message):
"""A callable Prefix for our bot. This could be edited to allow per server prefixes."""
- prefixes = ['/', '!', 'steve ']
+ prefixes = ['/', '!', 'steve ', 'Steve ', 'STEVE ']
# Check to see if we are outside of a guild. e.g DM's etc.
#if not message.guild: