diff --git a/commands/admin/self_roles/slash.js b/commands/admin/self_roles/slash.js index 3e12b59..3226bd3 100644 --- a/commands/admin/self_roles/slash.js +++ b/commands/admin/self_roles/slash.js @@ -5,7 +5,7 @@ import { Message } from '../../../database.js'; /** * Sends a `Message` in the current channel and registers for self roles. * @param {ChatInputCommandInteraction} interaction - * @returns {string} + * @returns {Promise} */ const createSelfRoles = async (interaction) => { const { options, channel } = interaction;