You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/discordjug/javabot/data/config/guild/ModerationConfig.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,12 @@ public class ModerationConfig extends GuildConfigItem {
103
103
/**
104
104
* Text that is sent to users when they're banned.
105
105
*/
106
-
privateStringbanMessageText = "Looks like you've been banned from the Java Discord. If you want to appeal this decision please fill out our form at <https://airtable.com/shrp5V4H1U5TYOXyC>.";
106
+
privateStringbanMessageText = "Looks like you've been banned from the Discord Java Community. If you want to appeal this decision please fill out our form at <https://airtable.com/shrp5V4H1U5TYOXyC>.";
107
+
108
+
/**
109
+
* Text that is sent to users when they're banned.
110
+
*/
111
+
privateStringkickMessageText = "Looks like you've been kicked from the Discord Java Community. If you want to, you should be able to rejoin at <https://join.discordjug.net/> but please ensure you are following the rules if you do.";
107
112
108
113
/**
109
114
* A list of rules that can result in a message being blocked or similar.
0 commit comments