generated from Baipyrus/DiscordJS-Template
clean up: missing data type
This commit is contained in:
parent
13f3c4e78a
commit
8b7c988409
@ -37,6 +37,7 @@ const createSelfRoles = async (interaction) => {
|
|||||||
const registerSelfRoles = async (interaction) => {
|
const registerSelfRoles = async (interaction) => {
|
||||||
const { options, channel } = interaction;
|
const { options, channel } = interaction;
|
||||||
const id = options.getString('id');
|
const id = options.getString('id');
|
||||||
|
/** @type {SelfRoleResponse} */
|
||||||
const response = {
|
const response = {
|
||||||
success: false,
|
success: false,
|
||||||
msgID: null
|
msgID: null
|
||||||
|
Loading…
Reference in New Issue
Block a user