its a boolean

This commit is contained in:
nexy7574 2023-10-30 19:28:35 +00:00
parent 9141b4de56
commit 2f72a949d5

View file

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