diff --git a/commands/admin/self_roles/slash.js b/commands/admin/self_roles/slash.js index 560967c..5a93806 100644 --- a/commands/admin/self_roles/slash.js +++ b/commands/admin/self_roles/slash.js @@ -37,6 +37,7 @@ const createSelfRoles = async (interaction) => { const registerSelfRoles = async (interaction) => { const { options, channel } = interaction; const id = options.getString('id'); + /** @type {SelfRoleResponse} */ const response = { success: false, msgID: null