mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-03 15:27:07 +00:00
[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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user