eugh. playing statuses are so 172 AD. custom statuses are the new wave.

This commit is contained in:
lexio 2024-04-13 15:46:26 +00:00
parent a87c67ca4c
commit aa0fb10e98
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -20,7 +20,7 @@ client = commands.Bot(command_prefix=prefix, intents=intents, help_command=None)
@client.event
async def on_ready():
await client.change_presence(status=discord.Status.dnd, activity=discord.Activity(type=discord.ActivityType.watching, name="Nobody else cares, but WE do!!!"))
await client.change_presence(status=discord.Status.online, activity=discord.CustomActivity(name='Nobody else cares, but WE do!!!'))
print(f'{client.user} is up running phinbot')
watcher = Watcher(client, path='cogs', preload=True, debug=False)