“Const‘s”
const { SlashCommandBuilder, Permissions } = require("discord.js");
const GuildSettings = require("../models/GuildSettings");
编码
if(!interaction.member.permissions.has([Permissions.FLAGS.ADMINISTRATOR]))
{
interaction.reply("Você não possui permissão para executar este comando");
return;
}
错误控制台
TypeError: Cannot read properties of undefined (reading 'FLAGS')
- 注:如果您能帮助我,我将不胜感激。它本身就是一个配置系统,它将所有内容保存在一个变量中。但它还没有准备好,但即使是这一部分也应该至少起作用。因为它仍然没有直接保存到变量(我需要测试它)。*
1条答案
按热度按时间6tdlim6h1#
在Djsv14中,您必须稍微更改代码