I probably will not allow contributions to be made, this is a one man bot and it will stay that way. But suggestions to code fixes and improvements are helpful, and cannot be left unnoticed (Your name will be in the README.md)
git cloe https://github.com/Yetity/y2b
Files that i do not push i reccommend you do not either (if your bot will have an open repository)
node_modules
.env
promocodes.json
(just to hide the promocodes)
If you haven't noticed, I use MongoDB.
After the sign up process and DB creation, go to .env
and add
MONGODB_URI = your_mongodb_connection_uri
Models are already defined so don't worry about that 👍 (Of course you can change it to your liking)
In src/utils/beatify.js
is where you can find and edit the coin emoji and
In src/utils/items/items.json
is where you can edit every individual emoji per item.
Assuming you actually cloned this and saw how rigged my code is,
Best of luck! - Yet#0447