Change activity
This commit is contained in:
parent
4005ccaded
commit
195bdeeddf
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
|
@ -114,7 +114,7 @@ async def on_ready():
|
||||||
|
|
||||||
logger.info(f'✅ Logged in as {bot.user}')
|
logger.info(f'✅ Logged in as {bot.user}')
|
||||||
logger.info(f'📊 Connected to {len(bot.guilds)} guilds')
|
logger.info(f'📊 Connected to {len(bot.guilds)} guilds')
|
||||||
await bot.change_presence(activity=discord.Game(name="/help"))
|
await bot.change_presence(activity=discord.Watching(name="pippyoc"))
|
||||||
logger.info('🚀 All systems operational!')
|
logger.info('🚀 All systems operational!')
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue