Skip to content

Commit a2892ae

Browse files
committed
ok
1 parent 0ddd51f commit a2892ae

3 files changed

Lines changed: 2 additions & 3225 deletions

File tree

commands/ping.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
exports.run = async (message, bot, send) => {
2-
const m = await send("Testing Ping...");
3-
const ping = m.createdTimestamp - Date.now();
4-
const ws = bot.ping.toFixed();
5-
6-
await m.edit(`**Pong!** Latency: ${ping}MS Websocket: ${ws}MS`);
7-
return;
1+
exports.run = (message, bot) => {
2+
send("Pong!");
83
}
94

105
exports.conf = {

0 commit comments

Comments
 (0)