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

No option for mention-less commands in higher-level command registry #2

Closed
LlemonDuck opened this issue Jan 22, 2018 · 2 comments
Closed

Comments

@LlemonDuck
Copy link

In the usage of
client.registerCommand in the higher-level API there is no option to create commands that do not require a mention, unlike the previous low-level API that did allow these commands to be registered.

@Katrix
Copy link
Owner

Katrix commented Jan 22, 2018

When creating you ClientSettings pass in a custom CommandSettings. Here you can set mention-less commands. Remember to also specify all the command categories here. Does that answer your question?

@LlemonDuck
Copy link
Author

Yep, I tried looking all over except where it was needed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants