forked from Fascinated/Bat
add channel region changing logging
This commit is contained in:
@ -498,4 +498,13 @@ public class EventService extends ListenerAdapter {
|
||||
listener.onChannelUpdateUserLimit(guild, event);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChannelUpdateRegion(@NotNull ChannelUpdateRegionEvent event) {
|
||||
BatGuild guild = guildService.getGuild(event.getGuild().getId());
|
||||
|
||||
for (EventListener listener : LISTENERS) {
|
||||
listener.onChannelUpdateRegion(guild, event);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user