feat: 使用emoji

This commit is contained in:
lixiangwuxian 2024-10-13 16:04:19 +08:00
parent 9f5106663f
commit 212634e8d2

View File

@ -15,7 +15,7 @@ func init() {
handler.RegisterHandler("解绑ss", unbindSS) handler.RegisterHandler("解绑ss", unbindSS)
handler.RegisterHandler("最新ss", getMyRecentScore) handler.RegisterHandler("最新ss", getMyRecentScore)
handler.RegisterHandler("最热ss", getRecentScore) handler.RegisterHandler("最热ss", getRecentScore)
handler.RegisterHandler("截ss", screenshotSS) handler.RegisterHandler("截ss", screenshotSS)
} }
func getMySS(msg model.Message) (reply model.Reply) { func getMySS(msg model.Message) (reply model.Reply) {