Skip to content

Commit 0ddd51f

Browse files
committed
a
1 parent 118fddf commit 0ddd51f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exports.run = (message, bot, send) => {
1+
exports.run = async (message, bot, send) => {
22
const m = await send("Testing Ping...");
33
const ping = m.createdTimestamp - Date.now();
44
const ws = bot.ping.toFixed();

0 commit comments

Comments
 (0)