Update
This commit is contained in:
parent
84e276dc58
commit
9317e196dd
1 changed files with 5 additions and 0 deletions
5
misc.py
5
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):
|
||||
|
|
Loading…
Reference in a new issue