Katrix / AckCord

A Discord library for Scala using Akka
https://ackcord.katsstuff.net/
MIT License
113 stars 15 forks source link

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

Closed LlemonDuck closed 6 years ago

LlemonDuck commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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