clean up: missing data type

This commit is contained in:
Baipyrus 2024-04-03 18:44:20 +02:00
parent 13f3c4e78a
commit 8b7c988409

View File

@ -37,6 +37,7 @@ const createSelfRoles = async (interaction) => {
const registerSelfRoles = async (interaction) => {
const { options, channel } = interaction;
const id = options.getString('id');
/** @type {SelfRoleResponse} */
const response = {
success: false,
msgID: null