feat: make the bot have a presence, cuz funny
This commit is contained in:
parent
a77d917f4c
commit
d679695f60
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ class Essential(commands.Cog):
|
|||
logger.debug("Syncing commands...")
|
||||
await self.bot.tree.sync()
|
||||
logger.debug("Commands synced!")
|
||||
await self.bot.change_presence(
|
||||
activity=discord.Activity(
|
||||
name="all your slash commands", type=discord.ActivityType.listening
|
||||
)
|
||||
)
|
||||
logger.info(f"Logged in as {self.bot.user.name} ({self.bot.user.id})")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue