style(bot): status message
This commit is contained in:
parent
212e337721
commit
c05c45b57e
1 changed files with 2 additions and 0 deletions
2
bot.py
2
bot.py
|
@ -9,6 +9,8 @@ from linked_roles import RoleMetadataType, LinkedRolesOAuth2, RoleMetadataRecord
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
bot = commands.InteractionBot(
|
bot = commands.InteractionBot(
|
||||||
|
status=disnake.Status.dnd,
|
||||||
|
activity=disnake.Activity(type=disnake.ActivityType.watching, name="Achievements"),
|
||||||
intents=disnake.Intents.default()
|
intents=disnake.Intents.default()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue