Skip to content

Commit

Permalink
update cq
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora233 committed Aug 16, 2021
1 parent 470791c commit 4715394
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cq/cq.go
@@ -0,0 +1,10 @@
package cq

import "github.com/Mrs4s/MiraiGo/message"

type CQ struct {
}

func NewCQ(elements []message.IMessageElement) *CQ {
return nil
}

0 comments on commit 4715394

Please sign in to comment.