fixing command alternatives being required

fixing filename for export emote stats
fixing reaction report message update
This commit is contained in:
Sheldan
2022-08-01 22:59:48 +02:00
parent 0a4238c9f5
commit b747516881
5 changed files with 18 additions and 13 deletions

View File

@@ -89,6 +89,7 @@ public class ExportEmoteStats extends AbstractConditionableCommand {
.emotes(usedEmotes)
.guild(commandContext.getGuild())
.downloadDate(Instant.now())
.serverId(commandContext.getGuild().getIdLong())
.requester(commandContext.getAuthor())
.statsSince(toUseForModel)
.build();