feat: add help menu command

This commit is contained in:
Fd
2026-07-15 21:02:49 +07:00
parent 199846857f
commit cde38e4c2d
2 changed files with 80 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ package cmds
import (
_ "neo/cmds/download"
_ "neo/cmds/general"
_ "neo/cmds/media"
_ "neo/cmds/misc"
)