This commit is contained in:
insert 2024-08-12 13:17:08 -04:00
parent 84e276dc58
commit 9317e196dd
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -35,6 +35,11 @@ class misc(commands.Cog):
integration_types=[ integration_types=[
nextcord.IntegrationType.user_install, nextcord.IntegrationType.user_install,
], ],
contexts=[
nextcord.InteractionContextType.guild,
nextcord.InteractionContextType.bot_dm,
nextcord.InteractionContextType.private_channel,
],
force_global=True, force_global=True,
) )
async def testcmd(self, interaction: nextcord.Interaction): async def testcmd(self, interaction: nextcord.Interaction):