Tanish
Tanish
# Group the help thread commands by using sub slash commands and slash command groups ``` /help-thread change title /help-thread change category /help-thread close /help-thread pin-message ... ``` Advantages:- 1....
We are using JDA5-alpha 9 which is kind of old now and the JDA don't provide support for docs of old version of JDA so, it might be confusing for...
closes #641  
closes #620  todo: - [x] use embed in dm message - [x] use better colors - [x] remove details on how to contact mod in non punishing actions
### Pre-Checklist I made sure... - [x] I read the README.md - [x] I looked over the examples and wiki - [x] my issue hasn't been asked or solved before...
The auto complete suggestion is not complete, I don't get auto complete suggestions from some jdk std lib packages
Is it possible to get support for package renaming?
- Upgraded Gradle to 8.8 - Upgraded project Java to version 22 - Upgraded workflow - Used `_` instead of `any` or `ignored` - cat 
## Issue Right now the embed is either red/green to show active status, but it doesn't show the exact state. ## Solution Add more colors to the embed, for example,...
## Issue We have a lot of strings embedded into the code which is hard to manage. And it will only get worse with time. To update a string we...