diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-05-31 17:43:52 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-05-31 17:43:52 +0000 |
commit | d7d868a43adb2bd3f89b4400288a397960e85769 (patch) | |
tree | 37d57254c1cdb823a8be7f9267c6dfcf491e5d26 /bot.py | |
parent | 5731037878ad270803d2c3bbfe5b3980acb1ded8 (diff) | |
download | steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.gz steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.bz2 steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.lz steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.xz steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.tar.zst steve-bot-d7d868a43adb2bd3f89b4400288a397960e85769.zip |
Replace Dyno
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |