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

View file

@ -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,
) )