feat: support channel OneBot now (close #64)

This commit is contained in:
JustSong
2023-05-06 15:21:17 +08:00
parent 39da3f9771
commit 2fd800b0a3
5 changed files with 139 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ const (
TypeBark = "bark"
TypeClient = "client"
TypeNone = "none"
TypeOneBot = "one_bot"
)
type Channel struct {