added back updates to assignable roles

This commit is contained in:
Jelle van Snik 2022-05-30 16:12:21 +02:00
parent 1aa6d8d27a
commit ff5e87cf4a

View file

@ -3,6 +3,7 @@ const { SlashCommandBuilder } = require('@discordjs/builders');
const allowedSelfAssignRoles = [
"streamping",
"updates"
]
/**
@ -28,7 +29,7 @@ async function toggleroleHandler(interaction) {
return;
}
if (!role) {
await interaction.followUp({
content: 'Unable to find the requested role. Contact and admin as soon as possible',