fix role log color
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Lee
2024-07-04 18:00:16 +01:00
parent 9be80a0f7e
commit 6efb042f14
3 changed files with 33 additions and 3 deletions

View File

@ -272,6 +272,9 @@ public interface EventListener {
@NonNull ChannelUpdatePositionEvent event) {
}
default void onRoleUpdateHoisted(@NonNull BatGuild guild, @NonNull Role role, boolean wasHoisted, boolean isHoisted, @NonNull RoleUpdateHoistedEvent event) {
}
default void onShutdown() {
}
}