Feature nihongo (#339)

*  添加日语语法学习

* 🎨 添加err
This commit is contained in:
himawari
2022-07-24 23:28:30 +08:00
committed by GitHub
parent c30c9192f4
commit 3da37f0a3e
6 changed files with 114 additions and 21 deletions

View File

@@ -64,7 +64,9 @@ func init() {
DisableOnDefault: false,
Help: "猜单词\n" +
"- 个人猜单词\n" +
"- 团队猜单词",
"- 团队猜单词\n" +
"- 团队六阶猜单词\n" +
"- 团队七阶猜单词",
PublicDataFolder: "Wordle",
}).ApplySingle(single.New(
single.WithKeyFn(func(ctx *zero.Ctx) int64 { return ctx.Event.GroupID }),