Skip to content

Commit

Permalink
Rename SWCC role to SCCC
Browse files Browse the repository at this point in the history
  • Loading branch information
KittySparkles authored Nov 22, 2024
1 parent ad88368 commit 5befeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/commands/role/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 5befeca

Please sign in to comment.