mirror of
https://github.com/arthur-pbty/gestion-perso.git
synced 2026-06-23 18:04:42 +02:00
bot passer sous TS
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
aliases: ['latence'],
|
||||
description: 'Avoir la latence du bot.',
|
||||
emote: '⏱️',
|
||||
utilisation: '',
|
||||
permission: 0,
|
||||
|
||||
async execute(message: any, args: any, client: any) {
|
||||
message.reply('Pong !');
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user