mirror of
https://github.com/arthur-pbty/selfbot-discord.git
synced 2026-06-19 05:42:11 +02:00
init sb
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
const { ButtonStyle, ButtonBuilder, ActionRowBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
aliases: ['latence'],
|
||||
description: 'Avoir la latence du bot.',
|
||||
emote: '⏱️',
|
||||
utilisation: '',
|
||||
permission: 0,
|
||||
|
||||
async execute(message: any, args: string[], client: any) {
|
||||
message.reply("pong");
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user