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

discord: Stop trying every message as a command #55

Open
SEbbaDK opened this issue Nov 1, 2021 · 1 comment
Open

discord: Stop trying every message as a command #55

SEbbaDK opened this issue Nov 1, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@SEbbaDK
Copy link
Owner

SEbbaDK commented Nov 1, 2021

Since the refactor to use discord.ext we have been parsing every message in every channel as a command, which is a bit weird. We should limit it to non-sonica messages and to only channels that contains music in the name.

@SEbbaDK SEbbaDK added the bug Something isn't working label Nov 3, 2021
@Rawrior
Copy link
Collaborator

Rawrior commented Feb 18, 2022

This seems to have been fixed since moving to use @bot.command() decorators?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants