forked from git.klmp200.net/ALFRED
10 lines
106 B
Go
10 lines
106 B
Go
|
package plugin_manager
|
||
|
|
||
|
import (
|
||
|
tb "gopkg.in/tucnak/telebot.v2"
|
||
|
)
|
||
|
|
||
|
type Context struct {
|
||
|
bot *tb.Bot
|
||
|
}
|