Skip to content

Commit fca6c84

Browse files
committed
Changed Songoda Role
1 parent a5a2394 commit fca6c84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ protected Query<Role> newQuery() {
3939
add("MC-Market");
4040
add("Songoda");
4141
add("Polymart");
42-
add("Songoda Verified");
4342
add("Verified");
4443
add("Review Squad");
4544
}};

src/main/java/me/TechsCode/TechDiscordBot/module/modules/RoleAssignerModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected Query<Role> newQuery() {
2828
private final DefinedQuery<Role> SONGODA_VERIFICATION_ROLE = new DefinedQuery<Role>() {
2929
@Override
3030
protected Query<Role> newQuery() {
31-
return bot.getRoles("Songoda Verified");
31+
return bot.getRoles("Songoda");
3232
}
3333
};
3434

0 commit comments

Comments
 (0)