add channel position update log
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 57s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 57s
This commit is contained in:
@ -268,6 +268,10 @@ public interface EventListener {
|
||||
default void onRoleUpdatePosition(@NonNull BatGuild guild, @NonNull Role role, int oldPosition, int newPosition, @NonNull RoleUpdatePositionEvent event) {
|
||||
}
|
||||
|
||||
default void onChannelUpdatePosition(@NonNull BatGuild guild, @NonNull Channel channel, int oldPosition, int newPosition,
|
||||
@NonNull ChannelUpdatePositionEvent event) {
|
||||
}
|
||||
|
||||
default void onShutdown() {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user