Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 788 Bytes

Discord Repbot

This is a simple bot that just tracks arbitrary reputation in a discord community. The points don't do anything, but it's a fun way to allow community members to shoutout each other for cool acts. It's "Whose line is it anyway?" points for Discord

Running the bot

You will need a discord token so that the bot can access your server. You can get instructions on that here

Once you have the token, drop it in the .env file in the space provided. Then all you have to do is install dependencies and run it

$> npm install
$> node index.js

Acknowledgements

Huge shoutout to the discord.js project for making this so simple. Getting a bot up and running is cake with that module.

Author

Stephen Adams