Skip to content

Commit

Permalink
fix: bcs student typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ki-er committed Sep 23, 2022
1 parent 33480a8 commit b671dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ client.on('interactionCreate', async (interaction) => {
}

if (interaction.customId == 'bcsSelect') {
if (interaction.values.includes('bscStudent')) {
if (interaction.values.includes('bcsStudent')) {
interaction.member.roles.add('891422426133581895'); // Add BCS Student
interaction.member.roles.remove('891422508555829288'); // Remove Associate
interaction.member.roles.remove('891422669575184436'); // Remove Prof
Expand Down

0 comments on commit b671dcb

Please sign in to comment.