Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-13 11:50:04 +00:00
b33738aee3 refactor: remove unused imports and types across trade and economy modules
86cbe827a2 refactor: Remove interaction deferrals, use direct replies, and make error/warning messages ephemeral in economy commands.
421bb26ceb feat: add trading system with dedicated modules and centralize embed creation for commands
5f4efd372f feat: Introduce GameConfig to centralize constants for leveling, economy, and inventory, adding new transfer and inventory limits.
8818d6bb15 feat: Add type and usageData columns to the item schema to support item usage effects.
Compare 5 commits »
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-13 11:00:11 +00:00
29899acc7f feat: update database schema to support item trading
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-12 12:41:23 +00:00
8262eb8f02 feat: Add /sell command, enhance inventory service, and refactor student ID card generation with new constellation graphics and dynamic backgrounds.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-09 11:11:02 +00:00
209340c06e feat: implement chat XP processing on message create
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-09 11:04:09 +00:00
9250057574 feat: Implement chat XP with cooldowns and display an XP progress bar on the student ID card.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-08 21:39:42 +00:00
90a1861416 docs: Remove outdated deployment and development features sections from README.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-08 21:33:12 +00:00
bcfd254071 feat: Implement graphical student ID card generation for user profiles.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-08 12:45:15 +00:00
4d553ddc91 feat: Add @napi-rs/canvas dependency and Orbitron font file.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-08 09:36:31 +00:00
049725c384 fix: Display target user mention in pay success message.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-08 09:29:51 +00:00
866cfab03e feat: Implement userService.getOrCreateUser and integrate it across commands, remove old utility scripts, and fix daily bonus calculation.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-07 22:03:43 +00:00
29c0a4752d feat: Introduce new modules for class, inventory, leveling, and quests with expanded schema, refactor user service, and add verification scripts.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-07 08:51:11 +00:00
be471f348d Merge pull request 'Added Balance, Pay and Daily Commands' (#3) from HotPlate/discord-rpg-concept:main into main
24138988e6 Added Pay and Daily
5edb130cc5 added balance
Compare 4 commits »
syntaxbullet merged pull request syntaxbullet/aurorabot#3 2025-12-07 08:51:11 +00:00
Added Balance, Pay and Daily Commands
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-05 17:52:26 +00:00
fdfb2508ae feat: Initialize database and restructure application source code.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-05 16:01:34 +00:00
1fb59a26cc feat: Add Drizzle Studio service to docker-compose and refine database environment variable configuration.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-05 13:04:52 +00:00
e559e2413b feat: add drizzle studio
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-05 11:46:30 +00:00
1cc2759511 refactor: remove deploy script and integrate command deployment into the reload command
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-05 11:37:31 +00:00
1a5503a3a6 feat: Add /reload command and implement dynamic command reloading functionality in KyokoClient.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-05 11:07:02 +00:00
48995204a5 Refactor architecture: improve env loading and command workflow
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-04 13:48:46 +00:00
f4b72b93e4 fix: change command loading procedure