diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-05-27 12:01:25 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-05-27 12:01:25 +0000 |
commit | 3c12f56459b3bff65a0697b46ad09b1a86d29ebf (patch) | |
tree | 044f4c630f10f8dfad0fd29c47792a24d333c17e /bot.py | |
parent | 1c29f6f62a303f530c452fd9e8cf2df8df27c8bb (diff) | |
download | steve-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-x | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |