mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Updated ab:ping
This commit is contained in:
parent
e5c6400a5f
commit
fd129927c7
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ client.on("message", function(message){
|
|||
}
|
||||
|
||||
if(command === 'ping'){
|
||||
message.reply('Pong! :ping_pong:');
|
||||
message.reply(`Pong! :ping_pong: \`${Date.now() - message.createdTimestamp} ms\``);
|
||||
}
|
||||
|
||||
if(command === 'owner'){
|
||||
|
|
Loading…
Add table
Reference in a new issue