The logic in CommandDataSuggestions has been simplified to improve fetching of parent messages in thread channels. This change replaces the previous method that got the entire history and checked conditionally for size. Now, instead, the parent message is directly retrieved, leading to cleaner and more efficient code. |
||
|---|---|---|
| src/main/java/com/alttd | ||
| .gitignore | ||
| build.gradle.kts | ||
| example.requests.yml | ||
| gradlew.bat | ||
| settings.gradle.kts | ||