An open API service indexing awesome lists of open source software.

https://github.com/chrissch-dev/pointsystem

A Point System Discord Bot made with Javascript! Discord.js v14
https://github.com/chrissch-dev/pointsystem

Last synced: 12 months ago
JSON representation

A Point System Discord Bot made with Javascript! Discord.js v14

Awesome Lists containing this project

README

          

CodeFactor

# PointSystem
A Point System Discord Bot made with Javascript! Discord.js v14

## How to setup

1. Fill out the Database Information in `src/config.js` (If you do not know how to setup a PostgreSQL Server, then please visit [here](https://www.postgresql.org/docs/current/tutorial-install.html))
2. Create a `.env` file and pass in your Discord Bot Token like this `BOT_TOKEN=INSERT_BOT_TOKEN_HERE`
3. And you're done! Run the bot by running `node src/index.js`