Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.17 KB

image

KR-Genie

KR Genie is an economy bot inspired by Krunker.io. This project is maintained by https://bunkerbots.tech/

Bot Devs

EJ BEAN#3961JJ_G4M3R#2155Jytesh#3241

Self hosting

  • 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.

Requirements

  • 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