Update 1:
In this initial update for Battle bot I added some core features to the bot:
- Point System
- Shop System
- Storage System
- Commands
I got the full point system working where you get 1-10 points per message and they save in a .json so they can be retrieved by the bot. I added /shop, /points, /ping. These commands just do the features that they are ment shop opens the shop menu for the bot and points show amount of points the user has, and ping shows the ping! These systems are the beginning for the rest of the bot.
What I plan to add:
- Trading
- Batteling
- Leaderboard
- and more
The current code can be found on my GitHub repository along with instructions on how to use soon!