feat: enhance help inform structure and update command descriptions across various handlers

This commit is contained in:
lixiangwuxian
2024-12-26 11:35:34 +08:00
parent 48dd4b17de
commit a79991c4ff
18 changed files with 66 additions and 41 deletions

6
model/help_inform.go Normal file
View File

@@ -0,0 +1,6 @@
package model
type HelpInform struct {
Trigger string
Inform string
}