Add countChars function
This commit is contained in:
@@ -4,8 +4,8 @@ module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('ping')
|
||||
.setDescription('Replies with Pong!'),
|
||||
async execute(interaction) {
|
||||
async execute(interaction, client) {
|
||||
await interaction.reply('Pong!');
|
||||
console.log("User " + interaction.user.tag + " ran /ping");
|
||||
console.log("User " + interaction.user.tag + " ran /ping");
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user