$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
Was this helpful?
Returns the ping of the bot's database.
$dbPing
bot.commands.add({
type: "basicCommand",
name: "example",
code: `Database Ping: \`$dbPingms\``
})
Last updated
Was this helpful?