[AB-xxx] adding paginators to emote stats

adding handling for emotes which are only provided as ID to command inputs
removing message commands from emote statistic related commands
This commit is contained in:
Sheldan
2025-01-31 19:03:38 +01:00
parent e952727849
commit 77b97507b3
15 changed files with 120 additions and 364 deletions

View File

@@ -33,8 +33,8 @@ public class EmoteStatsModel {
private Guild guild;
/**
* Whether or not this model contains *any* stats to render.
* @return Whether or not there are any stats to display
* Whether this model contains *any* stats to render.
* @return Whether there are any stats to display
*/
public boolean areStatsAvailable() {
return !animatedEmotes.isEmpty() || !staticEmotes.isEmpty();