1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 21:02:38 +00:00

Am g0 by3e

This commit is contained in:
Myned 2017-09-24 16:33:48 -04:00
parent 1b238e9786
commit 0cb8f2876b

View file

@ -24,7 +24,7 @@ bot = commands.Bot(command_prefix=commands.when_mentioned_or(config['prefix']),
@bot.event @bot.event
async def on_ready(): async def on_ready():
if isinstance(bot.get_channel(config['startup_channel']), discord.TextChannel): if isinstance(bot.get_channel(config['startup_channel']), discord.TextChannel):
await bot.get_channel(config['startup_channel']).send('Hello how are? **Have day.** 🌈\n<embed>[STARTUP-INFO]</embed>') await bot.get_channel(config['startup_channel']).send('H3l1(0) hOw aR3? **H4VE dAy.** 🌈')
print('Connected.') print('Connected.')
print('Username: ' + bot.user.name) print('Username: ' + bot.user.name)
print('-------') print('-------')
@ -35,7 +35,7 @@ async def on_ready():
@commands.is_owner() @commands.is_owner()
async def die(ctx): async def die(ctx):
try: try:
await bot.get_channel(config['shutdown_channel']).send('Am go bye. **Have night.** 💤\n<embed>[SHUTDOWN-INFO]</embed>') await bot.get_channel(config['shutdown_channel']).send('Am g0 by3e333333eee. **H4v3 n1GhT.** 💤')
await bot.close() await bot.close()
print('-------') print('-------')
print('Closed.') print('Closed.')