Skip to content

Commit 67fcbfd

Browse files
authored
change default prefix to m.
1 parent 4c666bb commit 67fcbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def get_pre(bot, message):
6969
'''Returns the prefix.'''
7070
with open('data/config.json') as f:
7171
prefix = json.load(f).get('PREFIX')
72-
return os.environ.get('PREFIX') or prefix or 'r.'
72+
return os.environ.get('PREFIX') or prefix or 'm.'
7373

7474
@staticmethod
7575
def run_wizard():

0 commit comments

Comments
 (0)