1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-08 20:10:30 +08:00

add plugin

This commit is contained in:
源文雨
2022-06-01 00:39:38 +08:00
parent b2d1f0c249
commit 473331b38a
10 changed files with 529 additions and 46 deletions

8
context.go Normal file
View File

@@ -0,0 +1,8 @@
package rei
type Ctx struct {
Event
State
Caller *TelegramClient
ma *Matcher
}