Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Beta0.8.1

Pre-release
Pre-release

Choose a tag to compare

@techoraye techoraye released this 17 Apr 19:44
· 1 commit to master since this release

📢 Bot Changelogs
Here are the latest updates and changes:

🛠️ Fixes and Improvements
Database System: Switched from MongoDB to a local JSON-based storage system for improved reliability and speed.
Economy System: Refined economy system to read/write from data.json with better performance.
Schema Logic: Simplified schema logic to enhance security and maintainability.

📌 Upcoming Features
Moderation Tools: Expanded moderation capabilities, including more customizable bans and warnings.
Interactive Dashboards: A new stats dashboard to track bot performance in real time.
Customizable Statuses: Ability to set your own status messages for the bot.

🗄️ Database Changes
Switch to JSON: Switched from MongoDB to a local JSON file system for faster, simpler, and more secure data access.
Reduced External Dependencies: The bot is now more lightweight with fewer external libraries.