A Point System Discord Bot made with Javascript! Discord.js v14
- Fill out the Database Information in
src/config.js(If you do not know how to setup a PostgreSQL Server, then please visit here) - Create a
.envfile and pass in your Discord Bot Token like thisBOT_TOKEN=INSERT_BOT_TOKEN_HERE - And you're done! Run the bot by running
node src/index.js