mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Am g0 by3e
This commit is contained in:
parent
1b238e9786
commit
0cb8f2876b
1 changed files with 2 additions and 2 deletions
|
@ -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<embed>[STARTUP-INFO]</embed>')
|
||||
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<embed>[SHUTDOWN-INFO]</embed>')
|
||||
await bot.get_channel(config['shutdown_channel']).send('Am g0 by3e333333eee. **H4v3 n1GhT.** 💤')
|
||||
await bot.close()
|
||||
print('-------')
|
||||
print('Closed.')
|
||||
|
|
Loading…
Reference in a new issue