feat: add command execution times counter
This commit is contained in:
3 files changed
+34
No files matched your search
@@ -273,6 +273,7 @@ suspend fun main() {
|
||||
WSType.Client -> ROneBotFactory.createClient(configManager.wsAddress, accessToken, fancyBot)
|
||||
WSType.Server -> ROneBotFactory.createServer(configManager.wsPort, accessToken, fancyBot)
|
||||
}
|
||||
ROneBotFactory.interceptor = CommandInterceptor()
|
||||
instance.addListeningGroups(*configManager.listeningGroups.toLongArray())
|
||||
initDatabase()
|
||||
initFilesDir()
|
||||
|
||||
Reference in New Issue
Block a user