some fixes; in hub now pushes dev tag
This commit is contained in:
4
main.go
4
main.go
@@ -24,12 +24,12 @@ func main() {
|
||||
bot = bot.ErrorTemplate("Во время выполнения команды произошла ошибка!\nСообщите об этом разработчику!\n\n%s")
|
||||
bot = bot.InitDatabaseContext(dbCtx)
|
||||
bot.AddDatabaseLogger(plugins.DatabaseLogger)
|
||||
|
||||
bot.AddMiddleware(plugins.InitLogMiddleware())
|
||||
|
||||
plugins.RegisterService(bot)
|
||||
plugins.RegisterAdmin(bot)
|
||||
plugins.RegisterEconomy(bot)
|
||||
plugins.RegisterWaifus(bot)
|
||||
plugins.RegisterAdmin(bot)
|
||||
plugins.RegisterRP(bot)
|
||||
|
||||
defer bot.Close()
|
||||
|
||||
Reference in New Issue
Block a user