You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only have the start(...) method to start jda-commands, while this allows for quick access and minimal setup it lacks in configuration and customablility, ultimately confusing users or leading to obscure solutions, e.g. #145
Solution
Introduce a builder pattern for starting jda-commands. However, this should not create overhead and a simple solution like the start method should be kept
The text was updated successfully, but these errors were encountered:
Description
Currently, we only have the
start(...)
method to start jda-commands, while this allows for quick access and minimal setup it lacks in configuration and customablility, ultimately confusing users or leading to obscure solutions, e.g. #145Solution
Introduce a builder pattern for starting jda-commands. However, this should not create overhead and a simple solution like the start method should be kept
The text was updated successfully, but these errors were encountered: