diff --git a/app/cogs/trackdays.py b/app/cogs/trackdays.py index c7233f3d..ca6e0711 100755 --- a/app/cogs/trackdays.py +++ b/app/cogs/trackdays.py @@ -32,6 +32,15 @@ class TrackDays(commands.Cog): guild_ids=None, name="trackdays", description="Look up upcoming trackdays", + contexts={ + discord.InteractionContextType.guild, + discord.InteractionContextType.bot_dm, + discord.InteractionContextType.private_channel, + }, + integration_types={ + discord.IntegrationType.guild_install, + discord.IntegrationType.user_install, + }, ) async def trackdays_lookup( self,