mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-06 14:20:38 +02:00
init base
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: 'ping',
|
||||
description: 'Command to check the latency of the bot.',
|
||||
async execute(message, args, client) {
|
||||
message.channel.send('test');
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user