From 9317e196dd1bced469f554b1b76fc56a37a83d7b Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 12 Aug 2024 13:17:08 -0400 Subject: [PATCH] Update --- misc.py | 5 +++++ 1 file changed, 5 insertions(+) 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):