We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c666bb commit 67fcbfdCopy full SHA for 67fcbfd
bot.py
@@ -69,7 +69,7 @@ async def get_pre(bot, message):
69
'''Returns the prefix.'''
70
with open('data/config.json') as f:
71
prefix = json.load(f).get('PREFIX')
72
- return os.environ.get('PREFIX') or prefix or 'r.'
+ return os.environ.get('PREFIX') or prefix or 'm.'
73
74
@staticmethod
75
def run_wizard():
0 commit comments