KR Genie is an economy bot inspired by Krunker.io. This project is maintained by https://bunkerbots.tech/
► EJ BEAN#3961 ► JJ_G4M3R#2155 ► Jytesh#3241
- The bot wasn't meant for self hosting by other users, no support will be provided for self hosting in Issue or in the Support Server, no further documentation will also be provided.
- Node.js v16.11.0+
- MongoDB Server
- MongoDB can be installed directly in your computer and run locally or you can use Atlas to deploy a cluster.
- Get the mongo url ( of the form mongodb+server://user:password@host or monogdb://user:password@host )
Make a file called .env and paste this and fill out your information
TOKEN=DISCORD_BOT_TOKEN
MONGO_URL=YOUR_MONGO_URL
Run yarn start
in a terminal to get the bot up and running.
TODO
- convert to ts
- convert to slash commands
- add command wrappers