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/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -81,38 +81,38 @@ public void showAll() {
81
81
publicvoidshowTOS() {
82
82
newTechEmbedBuilder("Discord TOS & Guidelines")
83
83
.text("This server is compliant with the Discord Terms of Service and Guidelines. " +
84
-
"We will ban if the content is not a complaint. Be sure to familiarize yourself with them here:\n" +
84
+
"We will ban if the content is not a compliant. Be sure to familiarize yourself with them here:\n" +
85
85
"- [Terms of Service](https://dis.gd/tos)\n- [Content Guidelines](https://dis.gd/guidelines)" +
86
86
"\n\nOur Staff reserve the right to request a member to confirm their age if they are perceived to be potentially under 13. Noncompliance will result in the assumption of being under 13.")
87
87
.queue(OVERVIEW_CHANNEL.query().first());
88
88
}
89
89
90
90
publicvoidshowRules_Section1() {
91
-
newTechEmbedBuilder("Section 1 - Text & Voice Chat")
91
+
newTechEmbedBuilder("Rules Section 1 - Text & Voice Chat")
92
92
.text("**`Article 1.1`**\n" +
93
93
"Attempting to bypass any blocked words or links may result in punishments.\n" +
94
94
"**`Article 1.2`**\n" +
95
95
"Hate speech is strictly prohibited.\n" +
96
96
"**`Article 1.3`**\n" +
97
-
"NSFW (Not safe for work) is strictly prohibited, resulting in heavy punishments.\n" +
97
+
"NSFW (Not safe for work) is strictly prohibited.\n" +
98
98
"**`Article 1.4`**\n" +
99
99
"Repeating a message five or more times will be classified as spam and prohibited.\n" +
100
100
"**`Article 1.5`**\n" +
101
-
"Disrespectful, malicious, and harmful messages are strictly prohibited, resulting in heavy punishments.\n" +
101
+
"Disrespectful, malicious, and harmful messages are strictly prohibited.\n" +
102
102
"**`Article 1.6`**\n" +
103
-
"Mentioning a member then deleting your message is prohibited and may result in punishments.\n" +
103
+
"Mentioning a member then deleting your message is prohibited.\n" +
104
104
"**`Article 1.7`**\n" +
105
105
"Mass mentioning users is prohibited and will result in punishments.\n" +
106
106
"**`Article 1.8`**\n" +
107
-
"Providing any kind of supports to any of Tech's plugins to unverified members is strictly prohibited.")
107
+
"Providing any kind of support to any of Tech's plugins to unverified members is strictly prohibited.")
"Advertising anywhere other than your about me and status is prohibited and will result in punishments.\n" +
115
+
"Advertising anywhere other than your about me and status is prohibited.\n" +
116
116
"**`Article 2.2`**\n" +
117
117
"DM Advertising is strictly prohibited and will result in heavy punishments. If a Tech's Plugin Support member directly messages you an advertisement, please create a ticket to report them.\n" +
118
118
"**`Article 2.3`**\n" +
@@ -122,21 +122,21 @@ public void showRules_Section2() {
122
122
}
123
123
124
124
publicvoidshowRules_Section3() {
125
-
newTechEmbedBuilder("Section 3 - Other")
125
+
newTechEmbedBuilder("Rules Section 3 - Other")
126
126
.text("**`Article 3.1`**\n" +
127
-
"Inappropriate usernames and nicknames are prohibited and result in punishments.\n" +
127
+
"Inappropriate usernames and nicknames are prohibited.\n" +
128
128
"**`Article 3.2`**\n" +
129
-
"Using leaked or cracked copies of any resource are prohibited and result in heavy punishments.\n" +
129
+
"Using leaked or cracked copies of any resource are prohibited.\n" +
130
130
"**`Article 3.3`**\n" +
131
-
"Using or creating a modified version of premium resources is prohibited, resulting in heavy punishments.\n" +
131
+
"Using or creating a modified version of premium resources is prohibited.\n" +
132
132
"**`Article 3.4`**\n" +
133
-
"Asking for the staff or other particular roles is prohibited and will result in punishments.\n" +
133
+
"Asking for the staff or other particular roles is prohibited.\n" +
134
134
"**`Article 3.5`**\n" +
135
-
"Promoting the use of leaked or cracked resources are strictly prohibited, resulting in heavy punishments.\n" +
135
+
"Promoting the use of leaked or cracked resources are strictly prohibited.\n" +
136
136
"**`Article 3.6`**\n" +
137
137
"Inviting or having alternative Discord accounts in this server may result in all of your accounts getting banned unless an Assistant or higher grants permission.\n" +
138
138
"**`Article 3.7`**\n" +
139
-
"Sharing another user's Personal Identifiable Information (\"PII\") without express permission from them is strictly prohibited and will result in heavy punishments.")
139
+
"Sharing another user's Personal Identifiable Information (\"PII\") without express permission from them is strictly prohibited.")
0 commit comments