Typo
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
||||
.setType(ApplicationCommandType.Message)
|
||||
.setDefaultMemberPermissions(PermissionFlagsBits.ManageMessages),
|
||||
|
||||
/** @param { import('discord.js').ContextMenuCommandInteraction } interaction */
|
||||
/** @param { import('discord.js').ContextMenuCommandInteraction } interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = {
|
||||
.setType(ApplicationCommandType.User)
|
||||
.setDefaultMemberPermissions(PermissionFlagsBits.ManageNicknames),
|
||||
|
||||
/** @param { import('discord.js').ContextMenuCommandInteraction } interaction */
|
||||
/** @param { import('discord.js').ContextMenuCommandInteraction } interaction */
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user