mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-13 02:30:26 +00:00
chore: update deps
This commit is contained in:
@@ -79,7 +79,7 @@ func match(ctx *zero.Ctx) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func face2emoji(face message.MessageSegment) rune {
|
||||
func face2emoji(face message.Segment) rune {
|
||||
if face.Type == "text" {
|
||||
r := []rune(face.Data["text"])
|
||||
if len(r) != 1 {
|
||||
|
||||
Reference in New Issue
Block a user