Skip to content

Multi Language Economy Bot - #34

Closed
LoiFragola wants to merge 175 commits into
ZeroDiscord:mainfrom
LoiFragola:main
Closed

Multi Language Economy Bot#34
LoiFragola wants to merge 175 commits into
ZeroDiscord:mainfrom
LoiFragola:main

Conversation

@LoiFragola

@LoiFragola LoiFragola commented Sep 2, 2026

Copy link
Copy Markdown

INS Development Enhanced Economy Bot

EconomyBot Preview

Why this version is different

This release introduces a configuration-first domain model instead of burying economy definitions inside command files. The system now validates the configured item registry and market during startup, separates canonical items from purchasable market entries, persists market stock, and maintains player listings as independent transactional records.

The economy engine was also rebuilt around explicit service boundaries. SQLite is used as a durable state layer, money operations and marketplace settlements execute atomically, inventory operations are centralized, cooldown state is persistent, and slash/prefix commands execute against a shared command context rather than relying on compatibility hacks.

The command system was rebuilt for native discord.js v14 interactions, with centralized validation, bilingual translation, role/user/permission-based administration, alias resolution and defensive error handling. The project also includes CI coverage for multiple supported Node.js versions and CodeQL analysis.

Marketplace

Members can participate in the marketplace using items from their own inventory. Items can be listed with /sell, purchased with /buy, and managed through the persistent marketplace system.

Inventory

The new inventory layer tracks item ownership per member and guild. Items can be obtained through configured rewards, purchased from the market or transferred through marketplace transactions, while only registered items are allowed into the economy.

Read More

Corrected a typo in the README file.
Re-engineer EconomyBot with configurable items, persistent market stock, member marketplace listings, item drops, optional shared inventory foundation, bilingual localization and comprehensive documentation.
@LoiFragola LoiFragola closed this by deleting the head repository Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant