$dbPing

Returns the ping of the bot's database.

Usage

$dbPing

Example

bot.commands.add({
  type: "basicCommand",
  name: "example",
  code: `Database Ping: \`$dbPingms\``
})

Last updated