Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 177 Bytes

usdping.md

File metadata and controls

15 lines (11 loc) · 177 Bytes
description
Get the Bot Ping.

$ping

This function returns websocket ping

bot.command({
name: "ping", 
code: `Pong! \`$ping\`` //Ex: Pong! 45
})