fixed jsdoc type error

This commit is contained in:
Baipyrus 2024-02-13 20:29:02 +01:00
parent 9f3bceeade
commit b99db199d7

View File

@ -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<string>}
*/
const createSelfRoles = async (interaction) => {
const { options, channel } = interaction;