Disable Custom Prefix #10297
-
I don't want to use the command_prefix and it keepts throwing this error:
|
Beta Was this translation helpful? Give feedback.
Answered by
AbstractUmbra
Sep 5, 2025
Replies: 1 comment 1 reply
-
We allow disabling the command prefix by giving it an empty iterable, such as an empty list: bot = commands.Bot(command_prefix=[], ...) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rapptz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We allow disabling the command prefix by giving it an empty iterable, such as an empty list: