diff --git a/bot.py b/bot.py index f209d76..7494914 100644 --- a/bot.py +++ b/bot.py @@ -9,6 +9,8 @@ from linked_roles import RoleMetadataType, LinkedRolesOAuth2, RoleMetadataRecord load_dotenv() bot = commands.InteractionBot( + status=disnake.Status.dnd, + activity=disnake.Activity(type=disnake.ActivityType.watching, name="Achievements"), intents=disnake.Intents.default() )