diff --git a/cogs/other.py b/cogs/other.py index 789cb65..8f40ace 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -875,7 +875,7 @@ class OtherCog(commands.Cog): proxy_via_nexbox: discord.Option( name="proxy-via-nexbox", description="Proxies via nexbox, circumventing some blocks. Very Slow.", - type=bool, + type=discord.SlashCommandOptionType.boolean, default=False ) = False ):