Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 16:39:49 +00:00
3c20b23cc1 fix: add missing fields to config schema
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 16:29:41 +00:00
71fefb3a14 feat: Move database migration execution from update command to post-restart ready event.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 16:22:14 +00:00
1d650bb2c7 feat: add zod validation to config
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 16:02:26 +00:00
7cf8d68d39 feat: persistent lootbox states, update command now runs db migrations
83cd33e439 refactor: Optimize item autocomplete by moving name filtering to the database query and increasing the limit.
Compare 2 commits »
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 15:37:25 +00:00
34cbea2753 remove old reload command
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 15:36:28 +00:00
ce7d4525b2 feat: split reload command into refresh for command reloading and update for git-based bot restarts with update checking and confirmation.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 15:25:59 +00:00
4ac8b4759e feat: Add /config admin command to dynamically edit and save bot configuration.
56ad5b49cd feat: Introduce lootdrop functionality, enabling activity-based spawning and interactive claiming, alongside new configuration parameters.
Compare 2 commits »
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 14:01:57 +00:00
e8f6a56057 git: modify gitignore
a7f66a98b9 chore: Ignore the src/config directory.
Compare 2 commits »
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-18 13:48:45 +00:00
6d54695325 feat: add new exam economy command with its configuration.
8c1f80981b feat: Introduce a dedicated autocomplete handler for commands and refactor the inventory use command to utilize it.
Compare 2 commits »
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-15 22:26:55 +00:00
3a96b67e89 feat: Allow item effects to specify durations in hours, minutes, or seconds.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-15 22:23:06 +00:00
d3ade218ec feat: add /use command for inventory items with effects, implement XP boosts, and enhance scheduler for temporary role removal.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-15 21:52:32 +00:00
1d4263e178 feat: Introduced an admin listing command and shop interaction module, replacing the sell command, and added a type-checking script.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-15 21:38:37 +00:00
727b63b4dc refactor: trigger application reload by appending to entry file instead of updating its times.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-15 21:32:33 +00:00
d2edde77e6 build: Install git system dependency in Dockerfile.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 2025-12-15 21:29:08 +00:00
3acb5304f5 feat: Introduce admin webhook and enhanced reload commands with redeploy functionality, implement post-restart notifications, and update Docker container names from Kyoko to Aurora.
syntaxbullet pushed to main at syntaxbullet/AuroraBot-discord 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-discord 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-discord 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-discord 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-discord 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.