Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public void write(@NotNull String title, @NotNull String description, @NotNull U
* this method will return an empty optional, and a warning message will be written.
*
* @param guild the guild to look for the channel in
* @return the channel used for moderation audit logs, if present
*/
public Optional<TextChannel> getAndHandleModAuditLogChannel(@NotNull Guild guild) {
Optional<TextChannel> auditLogChannel = guild.getTextChannelCache()
Expand Down