Interface IWarningStorage
- All Known Implementing Classes:
WarningCache
,WarningsDB
public interface IWarningStorage
-
Method Summary
Modifier and TypeMethodDescriptiongetWarnings
(UserIdentity identity) getWarnings
(String guildMemberId) void
shutdown()
unwarnUser
(String guildMemberId, UserIdentity uuid)
-
Method Details
-
add
-
update
-
getWarnings
-
getUnsubmittedWarnings
CompletableFuture<List<Warning>> getUnsubmittedWarnings() -
shutdown
void shutdown()
-