feat: add 2048 minigame

This commit is contained in:
Fd
2026-09-03 18:02:36 +07:00
parent 1ef8fa3908
commit 6574a7fd17
6 changed files with 530 additions and 16 deletions
+1
View File
@@ -5,5 +5,6 @@ import (
_ "neo/cmds/general"
_ "neo/cmds/group"
_ "neo/cmds/media"
_ "neo/cmds/minigame"
_ "neo/cmds/misc"
)