diff --git a/usercommands.py b/usercommands.py index 1441f44..95f7e35 100644 --- a/usercommands.py +++ b/usercommands.py @@ -23,7 +23,7 @@ class usercommands(commands.Cog): @commands.user_command( name="meonlytest", description="say hi anywhere!", - guild_ids=666378959184855042, + guild_ids=[666378959184855042], ) async def meonlytestcommand(self, inter: disnake.ApplicationCommandInteraction): await inter.response.send_message("User installable commands everyone!")