feat: support ban and kick

This commit is contained in:
Vaala Cat
2023-08-28 17:22:04 +08:00
parent 5528766c13
commit b023de86ee
7 changed files with 67 additions and 14 deletions

View File

@@ -14,5 +14,5 @@ func Run() {
}
}
}()
tgbot.Run(mc.SendMsg)
tgbot.Run(mc.SendMsg, mc.SendCommand)
}