8 lines
95 B
Go
8 lines
95 B
Go
package plugins
|
|
|
|
import "trle5.xyz/trbot/plugins/teamspeak"
|
|
|
|
func init() {
|
|
teamspeak.Init()
|
|
}
|