mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-05 03:23:50 +08:00
fix typo
This commit is contained in:
parent
2fa335fd8b
commit
a21576d299
@ -69,7 +69,7 @@ func (e *ImageElement) Pack() (r []*msg.Elem) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *GroupImageElement) Pack(r []*msg.Elem) {
|
func (e *GroupImageElement) Pack() (r []*msg.Elem) {
|
||||||
r = []*msg.Elem{}
|
r = []*msg.Elem{}
|
||||||
r = append(r, &msg.Elem{
|
r = append(r, &msg.Elem{
|
||||||
CustomFace: &msg.CustomFace{
|
CustomFace: &msg.CustomFace{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user