ai work
This commit is contained in:
11
main.go
11
main.go
@@ -38,17 +38,8 @@ func main() {
|
||||
plugins.RegisterEconomy(bot)
|
||||
plugins.RegisterWaifus(bot)
|
||||
plugins.RegisterAdmin(bot)
|
||||
plugins.RegisterTestRP(bot)
|
||||
plugins.RegisterRP(bot)
|
||||
|
||||
//ctx := context.Background()
|
||||
//go func() {
|
||||
// select {
|
||||
// case <-ctx.Done():
|
||||
// {
|
||||
// log.Println("done")
|
||||
// }
|
||||
// }
|
||||
//}()
|
||||
defer bot.Close()
|
||||
bot.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user