[AB-365] introducing slash commands for a selection of commands

adding method for pinning a message
moving suggestion to correct deployment
This commit is contained in:
Sheldan
2022-05-17 00:39:06 +02:00
parent 1913bc930d
commit 1d6de3f1e8
286 changed files with 8021 additions and 3065 deletions

View File

@@ -37,4 +37,5 @@ public class DownloadEmoteStatsModel {
* A list of {@link UsedEmote} which are part of the export
*/
private List<UsedEmote> emotes;
private String emoteStatsFileName;
}