We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b245f commit 7e770ffCopy full SHA for 7e770ff
interactions/api/gateway/state.py
@@ -178,6 +178,7 @@ async def change_presence(
178
ActivityType.LISTENING,
179
ActivityType.WATCHING,
180
ActivityType.COMPETING,
181
+ ActivityType.CUSTOM,
182
]:
183
self.wrapped_logger(
184
logging.WARNING, f"Activity type `{ActivityType(activity.type).name}` may not be enabled for bots"
0 commit comments