From 22c235386fd62b8e7018dd33b1e2482b6afedcce Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 5 Dec 2017 01:51:22 -0500 Subject: [PATCH] Changed bot startup channel message to include contextual prefixes --- src/main/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/run.py b/src/main/run.py index 094cb71..5051bec 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -81,7 +81,7 @@ async def on_ready(): await bot.change_presence(game=d.Game(name=u.config['playing'])) print('\n> > > > > > > > >\nC O N N E C T E D : {}\n> > > > > > > > >\n'.format(bot.user.name)) - await bot.get_channel(u.config['info_channel']).send('**Started** \N{BLACK SUN WITH RAYS} .') + await bot.get_channel(u.config['info_channel']).send(f'**Started** \N{BLACK SUN WITH RAYS} `{"` or `".join(u.settings["prefixes"][ctx.guild.id] if ctx.guild.id in u.settings["prefixes"] else u.config["prefix"])}`') # u.notify('C O N N E C T E D') if u.temp['startup']: