Update
This commit is contained in:
parent
3cc8e4e2b5
commit
84e276dc58
1 changed files with 1 additions and 1 deletions
2
misc.py
2
misc.py
|
@ -33,7 +33,7 @@ class misc(commands.Cog):
|
||||||
name="testcommand",
|
name="testcommand",
|
||||||
description="Testing user installable",
|
description="Testing user installable",
|
||||||
integration_types=[
|
integration_types=[
|
||||||
IntegrationType.user_install,
|
nextcord.IntegrationType.user_install,
|
||||||
],
|
],
|
||||||
force_global=True,
|
force_global=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue