diff --git a/misc.py b/misc.py index d46057a..97fae55 100644 --- a/misc.py +++ b/misc.py @@ -35,6 +35,11 @@ class misc(commands.Cog): integration_types=[ nextcord.IntegrationType.user_install, ], + contexts=[ + nextcord.InteractionContextType.guild, + nextcord.InteractionContextType.bot_dm, + nextcord.InteractionContextType.private_channel, + ], force_global=True, ) async def testcmd(self, interaction: nextcord.Interaction):