Skip to content

Discord bot that displays a brief overview of your quaver stats

Notifications You must be signed in to change notification settings

eligibilityy/quaver-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quaver Profile Discord Bot

Examples

Usage

Command: /quaver <quaver-profile-id>

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.

About

Discord bot that displays a brief overview of your quaver stats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published