# Heroku / Anti-Idle

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:

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

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