add channel region changing logging
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 41s

This commit is contained in:
Lee
2024-07-04 10:49:21 +01:00
parent 26b7b7158a
commit 14ff692b87
3 changed files with 32 additions and 0 deletions

View File

@ -175,6 +175,9 @@ public interface EventListener {
default void onChannelUpdateUserLimit(@NonNull BatGuild guild, @NonNull ChannelUpdateUserLimitEvent event) {
}
default void onChannelUpdateRegion(@NonNull BatGuild guild, @NonNull ChannelUpdateRegionEvent event) {
}
default void onShutdown() {
}
}