fix: bcs student typo
parent
33480a8418
commit
b671dcb7c7
|
@ -229,7 +229,7 @@ client.on('interactionCreate', async (interaction) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interaction.customId == 'bcsSelect') {
|
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.add('891422426133581895'); // Add BCS Student
|
||||||
interaction.member.roles.remove('891422508555829288'); // Remove Associate
|
interaction.member.roles.remove('891422508555829288'); // Remove Associate
|
||||||
interaction.member.roles.remove('891422669575184436'); // Remove Prof
|
interaction.member.roles.remove('891422669575184436'); // Remove Prof
|
||||||
|
|
Loading…
Reference in New Issue