auto b917a8c18f Optimize message retrieval in CommandDataSuggestions
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.
2024-01-13 14:03:24 +01:00
2022-09-15 21:36:16 +02:00
2022-09-10 10:38:06 +02:00
S
Description
No description provided
672 KiB
Languages
Java 100%