We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118fddf commit 0ddd51fCopy full SHA for 0ddd51f
1 file changed
commands/ping.js
@@ -1,4 +1,4 @@
1
-exports.run = (message, bot, send) => {
+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();
0 commit comments