generated from Baipyrus/DiscordJS-Template
fixed jsdoc type error
This commit is contained in:
parent
9f3bceeade
commit
b99db199d7
@ -5,7 +5,7 @@ import { Message } from '../../../database.js';
|
|||||||
/**
|
/**
|
||||||
* Sends a `Message` in the current channel and registers for self roles.
|
* Sends a `Message` in the current channel and registers for self roles.
|
||||||
* @param {ChatInputCommandInteraction} interaction
|
* @param {ChatInputCommandInteraction} interaction
|
||||||
* @returns {string}
|
* @returns {Promise<string>}
|
||||||
*/
|
*/
|
||||||
const createSelfRoles = async (interaction) => {
|
const createSelfRoles = async (interaction) => {
|
||||||
const { options, channel } = interaction;
|
const { options, channel } = interaction;
|
||||||
|
Loading…
Reference in New Issue
Block a user