$dbPing
Returns the ping of the bot's database.
Usage
$dbPingExample
bot.commands.add({
type: "basicCommand",
name: "example",
code: `Database Ping: \`$dbPingms\``
})Last updated
Was this helpful?
Returns the ping of the bot's database.
$dbPingbot.commands.add({
type: "basicCommand",
name: "example",
code: `Database Ping: \`$dbPingms\``
})Last updated
Was this helpful?