Heroku / Anti-Idle

Discord.Short offers an anti-idle for Heroku

Heroku anti-idle will be automatically enabled if you have the "heroku" section in your login.

You can disable it in your JavaScript file like this:

const Discord = require('discord.short');
const ds = new Discord.Client('example', {
  "antiIdle": false
});

You can also disable it by removing "heroku" from your login

Last updated