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
- Host: GitHub
- URL: https://github.com/chrissch-dev/pointsystem
- Owner: ChrisSch-dev
- License: mit
- Created: 2023-07-13T06:22:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T15:18:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T01:29:24.474Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`