#Make choice not requred in slash commmand

1 messages · Page 1 of 1 (latest)

queen sandal
#

Here is wht i use@bot.slash_command() async def help(inter, *, category): if category == None await inter.send("test") if category == "hi" await inter.send("hi")

#

the original cmd is different

#

this one is close to tht

drowsy pewter
#

category = None

#

just give it a default value

full hearth
#

@queen sandal use /solved