mirror of
https://github.com/arthur-pbty/gestion-perso.git
synced 2026-06-07 06:45:19 +02:00
11 lines
235 B
TypeScript
11 lines
235 B
TypeScript
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 !');
|
|
},
|
|
}; |