https://github.com/eligibilityy/quaver-discord
Discord bot that displays a brief overview of your quaver stats
https://github.com/eligibilityy/quaver-discord
discord discord-bot discord-js djs djs-v14 quaver quavergame
Last synced: 4 months ago
JSON representation
Discord bot that displays a brief overview of your quaver stats
- Host: GitHub
- URL: https://github.com/eligibilityy/quaver-discord
- Owner: eligibilityy
- Created: 2023-01-14T12:07:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T12:11:07.000Z (over 3 years ago)
- Last Synced: 2025-10-04T03:54:53.862Z (9 months ago)
- Topics: discord, discord-bot, discord-js, djs, djs-v14, quaver, quavergame
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quaver Profile Discord Bot
## Examples


#### Usage
Command: `/quaver `
Other commands provided by the template:
- `/ping`
- `prefix`*
*: Not a slash command.
### TODO (If I even bother)
- [ ] Option/command to show more stats
- [ ] Implement more commands if possible
## Self-Hosting/Self-Dev
Clone the repository then create a file named `.env` and fill it out accordingly
```
TOKEN=
CLIENT_ID=
PREFIX=
MONGO_URI=
MONGO_DATABASE_NAME=
```
`npm i` then:
So there's 2 commands in `package.json`, "start" and "dev".
`npm run start` will delete the `build` folder *every time you run it* before doing anything else (this could be some sort of safety measure should you delete certain files, since `tsc` doesn't.)
`npm run dev` does not delete the `build` folder, so choose whichever you want. **(maybe you can run this first if it's your first time running the bot, then run `npm run start` after that)**
> **Thanks:**
> This bot was bootstrapped with [this bot template](https://github.com/MericcaN41/discordjs-v14-template-ts).