From 2f72a949d510d4689b24da8b037552409b76b79b Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 30 Oct 2023 19:28:35 +0000 Subject: [PATCH] its a boolean --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ):