test
This commit is contained in:
parent
aaa0473003
commit
08925f683d
4
bot.go
4
bot.go
@ -207,13 +207,13 @@ func botMsgDump(m *tb.Message) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func botListParsingRules(m *tb.Message) {
|
func botListParsingRules(m *tb.Message) {
|
||||||
|
var s string
|
||||||
if !m.Private() {
|
if !m.Private() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, v := range msgParsingRules {
|
for _, v := range msgParsingRules {
|
||||||
s := fmt.Sprintf("[%d] %s\n", v.ID, v.Description)
|
s = fmt.Sprintf("[%d] %s\n", v.ID, v.Description)
|
||||||
}
|
}
|
||||||
|
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
|
Loading…
Reference in New Issue
Block a user