Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d14a7bc

Browse files
committedApr 11, 2022
Added missing javadoc
1 parent d336182 commit d14a7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎application/src/main/java/org/togetherjava/tjbot/moderation/ModAuditLogWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public void write(@NotNull String title, @NotNull String description, @NotNull U
8383
* this method will return an empty optional, and a warning message will be written.
8484
*
8585
* @param guild the guild to look for the channel in
86+
* @return the channel used for moderation audit logs, if present
8687
*/
8788
public Optional<TextChannel> getAndHandleModAuditLogChannel(@NotNull Guild guild) {
8889
Optional<TextChannel> auditLogChannel = guild.getTextChannelCache()

0 commit comments

Comments
 (0)
Please sign in to comment.