slowmode update logging
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 40s

This commit is contained in:
Lee
2024-07-04 11:00:32 +01:00
parent 14ff692b87
commit 21e7ddf549
3 changed files with 34 additions and 5 deletions

View File

@ -178,6 +178,9 @@ public interface EventListener {
default void onChannelUpdateRegion(@NonNull BatGuild guild, @NonNull ChannelUpdateRegionEvent event) {
}
default void onChannelUpdateSlowmode(@NonNull BatGuild guild, @NonNull ChannelUpdateSlowmodeEvent event) {
}
default void onShutdown() {
}
}