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