#command not working
1 messages · Page 1 of 1 (latest)
sets are unindexed
like you can't access any of their items
like set[0]
you can only check if an item exists in that set
your indentation
this is in the if block
You should probably be returning when you reply with an error
So that it doesn’t kick regardless.
except exception as e:
print(e)
this too
good example
try:
...
except ExceptionName:
...
in the docs you can see different exceptions that can happen
the help command is already built in
and it gets created automatically from the commands already registered
i recommend reading this on the pycord guide https://guide.pycord.dev/extensions/commands/help-command
Pycord's commands extension comes with a built-in help command. In this guide, we will take a look at them as well as learn how to create your own. Let's dive in!
you can make a custom help command with that
You should probably make a new thread or ask in #998272089343668364 if you’re wanting help for a different thing than why this thread was created.
?tag closing
Done with your help thread?
Please close your own help thread using
/closewith @little obsidian.