Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command_prefix=None for no message command #8057

Closed
sevenc-nanashi opened this issue May 21, 2022 · 1 comment
Closed

command_prefix=None for no message command #8057

sevenc-nanashi opened this issue May 21, 2022 · 1 comment
Labels
feature request This is a feature request. wontfix This will not be worked on.

Comments

@sevenc-nanashi
Copy link
Contributor

Summary

It would be good if we can specify None for disabling message command(old style one).

What is the feature request for?

discord.ext.commands

The Problem

commands.Bot has many good things, such as listener, Extensions, Cogs. So I want to use these things, without message commands.

The Ideal Solution

Disable message command with command_prefix=None.

The Current Solution

command_prefix=" " solves this, but None is more beautiful and simple.

Additional Context

No response

@sevenc-nanashi sevenc-nanashi added the feature request This is a feature request. label May 21, 2022
@AbstractUmbra
Copy link
Contributor

This was solved in #7809 where we allow command_prefix=[], versus command_prefix=None.

@Rapptz Rapptz closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2022
@Rapptz Rapptz added the wontfix This will not be worked on. label May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This is a feature request. wontfix This will not be worked on.
Projects
None yet
Development

No branches or pull requests

3 participants