Bot Status

Changing Status Every Second/Minute

Usage

bot.status({
status: ["Status 1", "Status 2"],
every: 16000 // In Milliseconds
})

Changing Status Too Short Will Make Bots Affected by Rate Limits!

Example

bot.status({
status: ["Whatscode.js", "Hello", "Online"],
every: 25000 // Changing Status Every 25 Seconds
})