feat: implement command registration for booster role bot and add tests

This commit is contained in:
MythEclipse
2026-05-15 23:45:47 +07:00
parent 9d0322b118
commit 972400e4e4
4 changed files with 57 additions and 1 deletions
+2
View File
@@ -53,6 +53,8 @@ SQLite default tersimpan di `./data/booster-role.sqlite`.
bun run dev
```
Saat startup, bot otomatis register slash command ke guild dari `DISCORD_GUILD_ID`. Pastikan bot di-invite dengan scope `applications.commands`.
## Testing
```bash