HamStudyBot/commands/ping.js

8 lines
156 B
JavaScript
Raw Permalink Normal View History

2024-01-22 00:25:32 +00:00
module.exports = {
name: 'ping',
description: 'This is a ping command v2',
execute(interaction) {
interaction.reply('Pong!');
},
};