Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Fix member logging
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Mar 15, 2021
1 parent ef3afc2 commit 569f4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public class GuildSetting {
public static String DEFAULT_PREFIX = "db!";
public static final String[] LOGGING_TYPES = {"Invite", "Ban", "Unban", "Mute", "Kick", "Warn"};
public static final String[] LOGGING_TYPES = {"Invite", "Member", "Ban", "Unban", "Mute", "Kick", "Warn"};

private final long guildId;
private List<String> blacklistedWords = new ArrayList<>();
Expand Down

0 comments on commit 569f4b0

Please sign in to comment.