feat(Bocchi): init

This commit is contained in:
Cilly Leang 2026-01-22 23:25:19 +11:00
parent 5df56646c7
commit 1bc5341a31
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 64 additions and 1 deletions

View file

@ -24,6 +24,7 @@ rootProject.name = "Awoocord"
val plugins = mapOf(
"ComponentsV2Beta" to "canary/ComponentsV2",
"SlashCommandsFixBeta" to "canary/SlashCommandsFix",
"Clump" to "plugins/Bocchi",
"Scout" to "plugins/Scout",
"RoleBlocks" to "plugins/Zinnia",
)