From b99db199d7b1c79cf5e9623625de5db7358fcf6b Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 13 Feb 2024 20:29:02 +0100 Subject: [PATCH] fixed jsdoc type error --- commands/admin/self_roles/slash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;