mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-01-19 02:56:45 +01:00
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
|
||
|
}
|