diff --git a/src/events/interactionCreate.js b/src/events/interactionCreate.js index 7c01387..5e62e89 100644 --- a/src/events/interactionCreate.js +++ b/src/events/interactionCreate.js @@ -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