From d64b123202fa7bffa2e4a2774b0409de361c2ca4 Mon Sep 17 00:00:00 2001 From: EazyFTW Date: Thu, 27 Aug 2020 20:50:34 -0500 Subject: [PATCH] Fixed role id. --- .../me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java b/src/main/java/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java index ca442ac3..9409ac63 100644 --- a/src/main/java/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java +++ b/src/main/java/me/TechsCode/TechDiscordBot/module/cmds/RulesCommand.java @@ -159,11 +159,11 @@ public String getDescription() { public enum Role { CODING_WIZARD("Coding Wizard", "311178859171282944", "It's Tech! The head of the operations."), - ASSISTANT("Assistant", "608113993038561325", "Is it Easy or Eazy?! Tech's Assistant, if Tech is not online, he is in charge. Occasionally also helps with coding."), + ASSISTANT("Assistant", "608113993038561325", "Is it Easy or Eazy?! Well, yes, it's also Tech's Assistant! If Tech is not online, he is in charge. Occasionally also helps with coding."), COMMUNITY_MANAGER("Community Manager", "677322840906924105", "The name says it all!"), STAFF("Staff", "608114002387533844", "They are here to help! Don't argue with Staff. If you think there is an issue, please contact <@&311178859171282944> or <@&608113993038561325>."), DONATOR("Donator", "311179148691505152", "These are amazing people who have donated to Tech!"), - VERIFIED_CREATOR("Knows how to Code", "195961770353885184", "A role given to people who have well known coding projects."), + VERIFIED_CREATOR("Knows how to Code", "435183665719541761", "A role given to people who have well known coding projects."), NITRO_BOOSTERS("Nitro Booster", "585559418008109075", "These people get are also **AMAZING** and get the same perks the Review Squad role."), REVIEW_SQUAD("Review Squad", "457934035549683713", "These people are the **AMAZING** people in the community who have review all of their plugin's owned by Tech. They're allowed to advertise in a special channel!"), VERIFIED("Verified", "416174015141642240", "This role is given to members who have successfully verified that they've purchased *as least* one of Tech's resources.");