init: Initial commit

This commit is contained in:
Ahmad Ansori Palembani 2025-05-19 19:21:45 +07:00
commit 0fa9a44640
25 changed files with 767 additions and 0 deletions

4
settings.gradle.kts Normal file
View file

@ -0,0 +1,4 @@
rootProject.name = "Tsukumogami"
include(":core")
include(":bot")