Aller au contenu principal

Botinfo

Exemple :
{prefix}botinfo

Cette commande va donner toute les informations publiques de votre bot.
Exemple ici

Code

module.exports={
name:"botinfo",
aliases:"bi",
code:`
$sendMessage[{newEmbed:
{author:$username:$userAvatar}
{thumbnail:$userAvatar[$clientID]}
{title:Informations de $username[$clientID]}
{description:**🤖 Informations globales du bot**
\`\`\`mma
Nom ➜ $userTag[$clientID]
ID ➜ $clientID
Serveurs ➜ $guildCount
Membres ➜ $allMembersCount
Commandes ➜ $commandsCount
Ping ➜ $pingms
Uptime ➜ $uptime
Prefixe ➜ $getGuildVar[prefix]
\`\`\`
**🖥️ Contributeurs**
\`\`\`mma
Developpeurs ➜ $username[737355664682123313] / $username[931326112598986912]
\`\`\`
**⚙️ Informations avancées du bot**
\`\`\`mma
Package ➜ aoi.js $packageVersion
Node ➜ $nodeVersion
CPU Usage ➜ $cpu%
RAM Usage ➜ $ram MB / $maxRam MB
DB ping ➜ $databasePingms
\`\`\`
}
{timestamp}
{color:$getVar[color]}
}]
`
}