Skip to content

Commit b671dcb

Browse files
committed
fix: bcs student typo
1 parent 33480a8 commit b671dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/interactionCreate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ client.on('interactionCreate', async (interaction) => {
229229
}
230230

231231
if (interaction.customId == 'bcsSelect') {
232-
if (interaction.values.includes('bscStudent')) {
232+
if (interaction.values.includes('bcsStudent')) {
233233
interaction.member.roles.add('891422426133581895'); // Add BCS Student
234234
interaction.member.roles.remove('891422508555829288'); // Remove Associate
235235
interaction.member.roles.remove('891422669575184436'); // Remove Prof

0 commit comments

Comments
 (0)