Skip to content

Commit da34ede

Browse files
committed
Fixed Typos in Rules
1 parent d92a5d7 commit da34ede

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,38 +81,38 @@ public void showAll() {
8181
public void showTOS() {
8282
new TechEmbedBuilder("Discord TOS & Guidelines")
8383
.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" +
8585
"- [Terms of Service](https://dis.gd/tos)\n- [Content Guidelines](https://dis.gd/guidelines)" +
8686
"\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.")
8787
.queue(OVERVIEW_CHANNEL.query().first());
8888
}
8989

9090
public void showRules_Section1() {
91-
new TechEmbedBuilder("Section 1 - Text & Voice Chat")
91+
new TechEmbedBuilder("Rules Section 1 - Text & Voice Chat")
9292
.text("**`Article 1.1`**\n" +
9393
"Attempting to bypass any blocked words or links may result in punishments.\n" +
9494
"**`Article 1.2`**\n" +
9595
"Hate speech is strictly prohibited.\n" +
9696
"**`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" +
9898
"**`Article 1.4`**\n" +
9999
"Repeating a message five or more times will be classified as spam and prohibited.\n" +
100100
"**`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" +
102102
"**`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" +
104104
"**`Article 1.7`**\n" +
105105
"Mass mentioning users is prohibited and will result in punishments.\n" +
106106
"**`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.")
108108
.thumbnail("https://i.imgur.com/SfFEnoU.png")
109109
.queue(OVERVIEW_CHANNEL.query().first());
110110
}
111111

112112
public void showRules_Section2() {
113-
new TechEmbedBuilder("Section 2 - Advertising")
113+
new TechEmbedBuilder("Rules Section 2 - Advertising")
114114
.text("**`Article 2.1`**\n" +
115-
"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" +
116116
"**`Article 2.2`**\n" +
117117
"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" +
118118
"**`Article 2.3`**\n" +
@@ -122,21 +122,21 @@ public void showRules_Section2() {
122122
}
123123

124124
public void showRules_Section3() {
125-
new TechEmbedBuilder("Section 3 - Other")
125+
new TechEmbedBuilder("Rules Section 3 - Other")
126126
.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" +
128128
"**`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" +
130130
"**`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" +
132132
"**`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" +
134134
"**`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" +
136136
"**`Article 3.6`**\n" +
137137
"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" +
138138
"**`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.")
140140
.thumbnail("https://i.imgur.com/SfFEnoU.png")
141141
.queue(OVERVIEW_CHANNEL.query().first());
142142
}

0 commit comments

Comments
 (0)