@botsmk2/slowmode
v1.3.0
Published
Turns on slowmode for all channels. Channels can be whitelisted if desired.
Downloads
13
Maintainers
Readme
@battlemanmk2/slowmode
Takes Discord.js client object and returns StatusManager object that will change the bots game status on a set schedule.
Requires the following environmental variables be set:
DATABASE_ID (MongoDB database ID)
Also requires that Bot has botStatus field populated in website database>bots collection>bot document with an array of objects with the following fields:
- name: String of status
- statusType: Either "Playing" or "Watching"
Install
$ npm install @battlemanmk2/twitter
Usage
const Twitter = require("@battlemanmk2/twitter");
const twitter = new Twitter(discordjsClient);
//=> Connecting to Twitter stream...
//=> Connected to Twitter stream!
If an error occurs, will auto reconnect. Each time an error occurs, it will increase reconnect time by 1 minute
//=> Reconnecting to Twitter stream in 60000ms...
//=> Connecting to Twitter stream...
//=> Connected to Twitter stream!