mirror of
https://github.com/awfufu/go-hurobot.git
synced 2026-03-01 13:39:42 +08:00
Update custom_reply.go
This commit is contained in:
@@ -13,7 +13,7 @@ func customReply(c *qbot.Client, msg *qbot.Message) {
|
||||
}
|
||||
|
||||
// 2025-03-08 晚上,让 bot 在某 mc 群发电加的
|
||||
if msg.GroupID == 158045531 {
|
||||
if msg.GroupID == 738943282 {
|
||||
if strings.Contains(msg.Raw, "厉厉厉害害") || strings.Contains(msg.Raw, "厉厉害害害") {
|
||||
return
|
||||
} else if strings.Contains(msg.Raw, "厉厉害害") {
|
||||
|
||||
Reference in New Issue
Block a user