Discord Bot to see when a user was last online on Discord. Created by JoeGamez#7087. Open an issue if you have any questions or if you've found a bug.
- Download files.
- Install all NodeJS modules required.
npm iwill do the trick. - Fill out
config.exampleand rename it toconfig.json.
tokenis your Discord token.prefixis your Bot prefix.ownersis an array of bot owner IDs.coloris the color of all embeds the bot sends.clientOptionsis the Discord.js Client options. Don't touch if you don't know what you're doing.inactivityWarningis the time it takes before a warning will be shown when you run theseencommand on a user (inactivity warning).
- Run the bot. Enjoy!
JoeGamez