First Upload
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports={
|
||||
name: "ping",
|
||||
description: "Let the ping send you a Pong!",
|
||||
execute(interaction, Discord, client) {
|
||||
interaction.reply({content: `Pong!\n🏓API Latency is ${Math.round(client.ws.ping)}ms`, flags: Discord.MessageFlags.Ephemeral });
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user