From 0cb8f2876bb4bf79988c01b4d58331d279b10091 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 24 Sep 2017 16:33:48 -0400 Subject: [PATCH] Am g0 by3e --- src/main/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/run.py b/src/main/run.py index 671a978..f2705e1 100644 --- a/src/main/run.py +++ b/src/main/run.py @@ -24,7 +24,7 @@ bot = commands.Bot(command_prefix=commands.when_mentioned_or(config['prefix']), @bot.event async def on_ready(): if isinstance(bot.get_channel(config['startup_channel']), discord.TextChannel): - await bot.get_channel(config['startup_channel']).send('Hello how are? **Have day.** 🌈\n[STARTUP-INFO]') + await bot.get_channel(config['startup_channel']).send('H3l1(0) hOw aR3? **H4VE dAy.** 🌈') print('Connected.') print('Username: ' + bot.user.name) print('-------') @@ -35,7 +35,7 @@ async def on_ready(): @commands.is_owner() async def die(ctx): try: - await bot.get_channel(config['shutdown_channel']).send('Am go bye. **Have night.** 💤\n[SHUTDOWN-INFO]') + await bot.get_channel(config['shutdown_channel']).send('Am g0 by3e333333eee. **H4v3 n1GhT.** 💤') await bot.close() print('-------') print('Closed.')