Updated eslintrc and code
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
|
||||
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
||||
|
||||
async execute (interaction) {
|
||||
async execute(interaction) {
|
||||
|
||||
await interaction.deferReply()
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ module.exports = {
|
||||
name: "check",
|
||||
description: "Check a player's stats.",
|
||||
type: "slash",
|
||||
dev: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("check")
|
||||
|
||||
@@ -38,4 +38,4 @@ module.exports = {
|
||||
await interaction.reply({ content: "Set the nickname of " + userMention(member.id) + " to " + nickname, ephemeral: true })
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user