From 84e276dc58f238cfa3d5be9316fb70c18cc32f19 Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 12 Aug 2024 13:12:08 -0400 Subject: [PATCH] Update --- misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.py b/misc.py index 1540433..d46057a 100644 --- a/misc.py +++ b/misc.py @@ -33,7 +33,7 @@ class misc(commands.Cog): name="testcommand", description="Testing user installable", integration_types=[ - IntegrationType.user_install, + nextcord.IntegrationType.user_install, ], force_global=True, )