Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 22, 2024
1 parent 429bf45 commit 505caf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class LoriToolsCommand(val helper: LorittaHelper) : SlashCommandDeclarationWrapp
it[bannedAt] = System.currentTimeMillis()
it[BannedUsers.expiresAt] = expiresAt
it[BannedUsers.reason] = reason
it[BannedUsers.bannedBy] = bannedBy
it[BannedUsers.bannedBy] = bannedBy.idLong
}
results.add(UserBannedResult(banId.value, userId, reason))
}
Expand Down

0 comments on commit 505caf3

Please sign in to comment.