eugh. playing statuses are so 172 AD. custom statuses are the new wave.
This commit is contained in:
parent
a87c67ca4c
commit
aa0fb10e98
2
bot.py
2
bot.py
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user