From 5befecaad92e1674541c184ccb5ba9dd19c24402 Mon Sep 17 00:00:00 2001 From: Kitty <53430374+KittySparkles@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:37:14 +0100 Subject: [PATCH] Rename SWCC role to SCCC --- bot/commands/role/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/commands/role/index.js b/bot/commands/role/index.js index 81cf7d964..a9a96d471 100644 --- a/bot/commands/role/index.js +++ b/bot/commands/role/index.js @@ -12,7 +12,7 @@ const LEAGUE_ROLES = [ 'Starter', ] const FACTION_ROLES = ['Swarm', 'Shadowfen', 'Ironclad', 'Winter', 'Neutral'] -const MISC_ROLES = ['Tournamentee', 'Streambound', 'SWCC', 'BS squad', 'Artist'] +const MISC_ROLES = ['Tournamentee', 'Streambound', 'SCCC', 'BS squad', 'Artist'] const ROLES = [...LEAGUE_ROLES, ...FACTION_ROLES, ...MISC_ROLES] const getExistingLeagueRole = member => {