Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-15 21:21:32 +00:00
9333d6ac6c feat: Prevent inventory, profile, balance, and pay commands from targeting bot users.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-15 21:14:22 +00:00
7e986fae5a feat: Implement custom error classes, a Drizzle transaction utility, and update Discord.js ephemeral message flags.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-15 21:02:41 +00:00
3c81fd8396 refactor: rename game.json to config.json and update file path references
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-15 21:01:25 +00:00
3984d6112b refactor: rename KyokoClient to BotClient and update all imports.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-15 20:59:34 +00:00
ac6283e60c feat: Introduce dynamic JSON-based configuration for game settings and command toggling via a new admin command.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-14 21:23:13 +00:00
1eace32aa1 feat: Implement dynamic event loading and refactor event handlers into dedicated files.
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 21:22:34 +00:00
1eace32aa1 feat: Implement dynamic event loading and refactor event handlers into dedicated files.
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 21:07:00 +00:00
32c614975e feat: automatically assign 'Visitor' role to new guild members on join
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-14 20:34:03 +00:00
32c614975e feat: automatically assign 'Visitor' role to new guild members on join
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-14 14:49:45 +00:00
7dd9052c9b feat: add webhook command for sending messages via JSON payload
9d1d4aeaea feat: clarify daily reward streak display by renaming field and adding 'days' unit
bd59f01a41 chore: update currency symbol from 🪙 to AU in balance display
4639fecf45 feat: Implement gradual daily streak decay and rename currency from 'coins' to 'Astral Units'.
Compare 4 commits »
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 14:48:32 +00:00
7dd9052c9b feat: add webhook command for sending messages via JSON payload
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 14:32:40 +00:00
9d1d4aeaea feat: clarify daily reward streak display by renaming field and adding 'days' unit
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 13:28:15 +00:00
bd59f01a41 chore: update currency symbol from 🪙 to AU in balance display
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 13:16:23 +00:00
4639fecf45 feat: Implement gradual daily streak decay and rename currency from 'coins' to 'Astral Units'.
syntaxbullet created branch dev in syntaxbullet/aurorabot 2025-12-14 11:47:50 +00:00
syntaxbullet pushed to dev at syntaxbullet/aurorabot 2025-12-14 11:47:50 +00:00
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-14 11:36:34 +00:00
ee2fda83e5 feat: Add anonymous volume for /app/node_modules to the service definition.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-13 15:02:11 +00:00
7e9aa06556 feat: Introduce success and info embeds, add related user tracking to economy transactions, and refine trade interaction feedback and thread cleanup.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-13 13:28:42 +00:00
f96d81f8a3 chore: Remove unnecessary comments from profile command, trade interaction handler, inventory service, and scheduler.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2025-12-13 13:18:56 +00:00
d34e872133 feat: Implement a generic user timers system with a scheduler to manage cooldowns, effects, and access.