diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
new file mode 100644
index 0000000..7bca59c
--- /dev/null
+++ b/.idea/dataSources.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ mariadb
+ true
+ org.mariadb.jdbc.Driver
+ jdbc:mariadb://100.101.88.31:3306/doki_dev
+ $ProjectFileDir$
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index aa00ffa..63e9001 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -2,6 +2,5 @@
-
\ No newline at end of file
diff --git a/.idea/jsonSchemas.xml b/.idea/jsonSchemas.xml
new file mode 100644
index 0000000..c7ea8fc
--- /dev/null
+++ b/.idea/jsonSchemas.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 82dbec8..c3f3b0a 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml
new file mode 100644
index 0000000..63772a3
--- /dev/null
+++ b/.idea/sqldialects.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/logs/latest.log b/logs/latest.log
new file mode 100644
index 0000000..cb2645a
--- /dev/null
+++ b/logs/latest.log
@@ -0,0 +1,160 @@
+00:05:09.171 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L39 DBUtils DEBUG Searching DB for (usr437970062922612737,srv:445821876183367680)
+00:06:54.132 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+00:06:54.134 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L44 DBUtils DEBUG An SQL error occurred
+00:06:54.134 JDA MainWS-ReadThread n.h.doki.listeners.LevellingListener #onMessageReceived L56 LevellingListener INFO No record of user ID 437970062922612737 in server 445821876183367680, creating blank record
+00:06:54.135 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #createUserRecord L58 DBUtils INFO Creating record (usr:437970062922612737,srv:445821876183367680,unm:fwoppydwisk)
+00:06:54.135 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:60)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:58)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+00:06:54.508 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L39 DBUtils DEBUG Searching DB for (usr437970062922612737,srv:445821876183367680)
+00:08:16.901 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+00:08:16.902 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L44 DBUtils DEBUG An SQL error occurred
+00:08:16.903 JDA MainWS-ReadThread n.h.doki.listeners.LevellingListener #onMessageReceived L56 LevellingListener INFO No record of user ID 437970062922612737 in server 445821876183367680, creating blank record
+00:08:16.903 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #createUserRecord L58 DBUtils INFO Creating record (usr:437970062922612737,srv:445821876183367680,unm:fwoppydwisk)
+00:08:16.903 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:60)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:58)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+00:08:19.543 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+00:08:21.804 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+00:08:22.179 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+00:10:31.426 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L39 DBUtils DEBUG Searching DB for (usr437970062922612737,srv:445821876183367680)
+00:12:29.320 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+00:12:29.324 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L44 DBUtils DEBUG An SQL error occurred
+00:12:29.325 JDA MainWS-ReadThread n.h.doki.listeners.LevellingListener #onMessageReceived L56 LevellingListener INFO No record of user ID 437970062922612737 in server 445821876183367680, creating blank record
+00:12:29.326 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #createUserRecord L58 DBUtils INFO Creating record (usr:437970062922612737,srv:445821876183367680,unm:fwoppydwisk)
+00:12:29.326 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:60)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:58)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+00:21:26.676 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L39 DBUtils DEBUG Searching DB for (usr419880181101232129,srv:445821876183367680)
+00:23:29.574 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+00:23:29.576 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L44 DBUtils DEBUG An SQL error occurred
+00:23:29.576 JDA MainWS-ReadThread n.h.doki.listeners.LevellingListener #onMessageReceived L56 LevellingListener INFO No record of user ID 419880181101232129 in server 445821876183367680, creating blank record
+00:23:29.576 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #createUserRecord L58 DBUtils INFO Creating record (usr:419880181101232129,srv:445821876183367680,unm:notashelf)
+00:23:29.576 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:60)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.LevellingListener.onMessageReceived(LevellingListener.java:58)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+00:23:29.950 JDA MainWS-ReadThread net.hypr.doki.utils.DBUtils #doesUserRecordExist L39 DBUtils DEBUG Searching DB for (usr419880181101232129,srv:445821876183367680)
diff --git a/logs/logs-2024-07-27.log b/logs/logs-2024-07-27.log
new file mode 100644
index 0000000..9fbad01
--- /dev/null
+++ b/logs/logs-2024-07-27.log
@@ -0,0 +1,1157 @@
+11:53:16.867 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+11:53:17.232 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+11:53:17.489 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+11:53:17.490 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+11:53:17.490 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+11:53:17.491 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+11:53:17.491 main net.hypr.doki.Doki #start L40 Doki INFO - NDFNet (1004560438505263185)
+11:53:17.491 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+11:53:17.619 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+11:53:17.633 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+11:53:17.634 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+11:53:17.635 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+11:53:17.637 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+11:53:17.638 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 3 commands
+11:53:17.638 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+11:53:17.639 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+11:53:17.639 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+11:53:17.639 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+11:53:17.645 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+11:53:17.646 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+11:53:17.652 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'NDFNet' (1004560438505263185) commands does not have to be updated (Local disk check)
+11:53:17.652 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+11:53:17.652 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+11:53:17.652 pool-2-thread-4 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+11:55:06.443 pool-2-thread-4 c.f.b.i.a.ApplicationCommandsBuilder #handleApplicationUpdateE L168 ApplicationCommandsB WARN Could not register guild commands for guild 'NDFNet' (1004560438505263185) as it appears the OAuth2 grants misses applications.commands, you can re-invite the bot in this guild with its already existing permission with this link: https://discord.com/oauth2/authorize?client_id=938522781035921448&scope=applications.commands+bot&guild_id=1004560438505263185
+11:55:24.100 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+11:55:24.398 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+11:55:24.731 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+11:55:24.732 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+11:55:24.732 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+11:55:24.733 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+11:55:24.733 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+11:55:24.854 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+11:55:24.870 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+11:55:24.870 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+11:55:24.871 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+11:55:24.875 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+11:55:24.875 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 3 commands
+11:55:24.875 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+11:55:24.875 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+11:55:24.876 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+11:55:24.876 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+11:55:24.881 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+11:55:24.883 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+11:55:24.884 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+11:55:24.884 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+11:55:24.884 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:49:24.444 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+13:49:24.870 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+13:49:25.171 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+13:49:25.172 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+13:49:25.173 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+13:49:25.174 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+13:49:25.174 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+13:49:25.307 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+13:49:25.324 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+13:49:25.325 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+13:49:25.326 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+13:49:25.329 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+13:49:25.330 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 3 commands
+13:49:25.330 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+13:49:25.330 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+13:49:25.330 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:49:25.331 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+13:49:25.336 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+13:49:25.337 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+13:49:25.339 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:49:25.339 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+13:49:25.339 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+13:50:06.353 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+13:50:06.617 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+13:50:06.918 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+13:50:06.920 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+13:50:06.920 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+13:50:06.921 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+13:50:06.921 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+13:50:06.921 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+13:50:07.053 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+13:50:07.068 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+13:50:07.069 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+13:50:07.070 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+13:50:07.073 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+13:50:07.074 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 3 commands
+13:50:07.074 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+13:50:07.074 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+13:50:07.074 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:50:07.074 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+13:50:07.081 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+13:50:07.083 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+13:50:07.085 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:50:07.085 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+13:50:07.085 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:26:06.542 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+15:26:09.055 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:26:09.431 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+15:53:39.421 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:53:39.851 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:53:40.266 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:53:40.267 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+15:53:40.267 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+15:53:40.268 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+15:53:40.268 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+15:53:40.269 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+15:53:40.379 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:53:40.396 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:53:40.396 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:53:40.397 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:53:40.398 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:53:40.399 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:53:40.399 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+15:53:40.400 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:53:40.400 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:53:40.400 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:53:40.400 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:53:40.400 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:53:40.403 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:53:40.404 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:53:40.405 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+15:53:40.405 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:53:40.405 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:54:34.397 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:54:34.704 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:54:34.987 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:54:34.988 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+15:54:34.989 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+15:54:34.990 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+15:54:34.990 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+15:54:34.990 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+15:54:35.089 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:54:35.102 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:54:35.102 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:54:35.105 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:54:35.105 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+15:54:35.106 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:54:35.106 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:54:35.106 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+15:54:35.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:54:35.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:54:35.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:54:35.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:54:35.107 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:54:35.111 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:54:35.112 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:54:35.114 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:54:35.114 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+15:54:35.114 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:55:30.380 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:55:30.657 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:55:30.973 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:55:30.974 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+15:55:30.974 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+15:55:30.975 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+15:55:30.975 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+15:55:30.975 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+15:55:31.075 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:55:31.090 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:55:31.093 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:55:31.094 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+15:55:31.094 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:55:31.095 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:55:31.095 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:55:31.096 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+15:55:31.096 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:55:31.096 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:55:31.096 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:55:31.096 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:55:31.096 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:55:31.101 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:55:31.102 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:55:31.104 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:55:31.104 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:55:31.104 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+15:57:27.031 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:57:27.313 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:57:27.589 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:57:27.590 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+15:57:27.590 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+15:57:27.592 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+15:57:27.593 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+15:57:27.593 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+15:57:27.740 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:57:27.863 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+15:57:27.872 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+15:57:27.872 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:57:27.873 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:57:27.873 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:57:27.876 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:57:27.878 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:57:27.881 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+15:57:27.884 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:57:27.885 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:57:27.885 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:57:27.886 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:57:27.886 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:57:27.890 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:57:27.891 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:57:27.892 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:57:27.892 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:57:27.892 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+15:57:51.512 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:57:51.810 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:57:52.223 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:57:52.224 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+15:57:52.224 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+15:57:52.225 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+15:57:52.225 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+15:57:52.226 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+15:57:52.319 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:57:52.330 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:57:52.331 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+15:57:52.332 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+15:57:52.333 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:57:52.333 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:57:52.334 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:57:52.334 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:57:52.334 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+15:57:52.335 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:57:52.335 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:57:52.335 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:57:52.335 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:57:52.335 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:57:52.339 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:57:52.340 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:57:52.342 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:57:52.342 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:57:52.342 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:00:10.089 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:00:10.493 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:00:10.962 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:00:10.963 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:00:10.963 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:00:10.964 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:00:10.964 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:00:10.964 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:00:11.077 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:00:11.159 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:00:11.160 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:00:11.166 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:00:11.168 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:00:11.170 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:00:11.173 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:00:11.174 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:00:11.175 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:00:11.176 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:00:11.176 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:00:11.176 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:00:11.176 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:00:11.176 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:00:11.182 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:00:11.183 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:00:11.184 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:00:11.184 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:00:11.184 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:00:23.527 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:00:23.923 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:00:24.489 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:00:24.489 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:00:24.490 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:00:24.491 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:00:24.491 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:00:24.491 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:00:24.626 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:00:24.638 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:00:24.639 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:00:24.641 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:00:24.641 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:00:24.641 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:00:24.642 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:00:24.642 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:00:24.643 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:00:24.643 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:00:24.643 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:00:24.643 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:00:24.643 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:00:24.643 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:00:24.647 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:00:24.648 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:00:24.649 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:00:24.649 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:00:24.649 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:05:42.451 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:05:42.775 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:05:43.132 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:05:43.135 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:05:43.136 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:05:43.137 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:05:43.137 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:05:43.138 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:05:43.292 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:05:43.314 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:05:43.319 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:05:43.320 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:05:43.322 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:05:43.322 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:05:43.323 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:05:43.323 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:05:43.324 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:05:43.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:05:43.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:05:43.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:05:43.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:05:43.324 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:05:43.328 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:05:43.330 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:05:43.332 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:05:43.332 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:05:43.332 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:07:19.511 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:07:20.196 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:07:20.622 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:07:20.623 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:07:20.623 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:07:20.624 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:07:20.624 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:07:20.625 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:07:20.727 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:07:20.739 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:07:20.740 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:07:20.740 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:07:20.743 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:07:20.743 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:07:20.744 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:07:20.744 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:07:20.745 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:07:20.745 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:07:20.745 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:07:20.745 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:07:20.745 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:07:20.745 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:07:20.750 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:07:20.752 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:07:20.754 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:07:20.754 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:07:20.754 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:08:38.093 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:08:38.376 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:08:38.683 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:08:38.684 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:08:38.685 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:08:38.685 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:08:38.685 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:08:38.686 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:08:38.787 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:08:38.800 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:08:38.801 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:08:38.801 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:08:38.803 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:08:38.804 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:08:38.805 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:08:38.805 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:08:38.805 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:08:38.806 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:08:38.806 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:08:38.806 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:08:38.806 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:08:38.806 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:08:38.810 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:08:38.813 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:08:38.815 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:08:38.815 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:08:38.815 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:10:49.978 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:10:50.331 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:10:50.649 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:10:50.650 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:10:50.650 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:10:50.651 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:10:50.651 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:10:50.651 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:10:50.759 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:10:50.773 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:10:50.775 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:10:50.775 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:10:50.776 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:10:50.776 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:10:50.777 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:10:50.777 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:10:50.777 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:10:50.778 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:10:50.778 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:10:50.778 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:10:50.778 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:10:50.778 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:10:50.781 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:10:50.782 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:10:50.784 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:10:50.784 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:10:50.784 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:11:47.286 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:11:47.545 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:11:47.907 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:11:47.908 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:11:47.908 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:11:47.909 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:11:47.909 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:11:47.909 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:11:48.001 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:11:48.014 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:11:48.017 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:11:48.018 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:11:48.018 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:11:48.018 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:11:48.019 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:11:48.020 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:11:48.020 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:11:48.020 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:11:48.021 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:11:48.021 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:11:48.021 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:11:48.021 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:11:48.026 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:11:48.028 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:11:48.030 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:11:48.030 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:11:48.030 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:12:02.288 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:12:02.615 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:12:03.000 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:12:03.001 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:12:03.001 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:12:03.001 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:12:03.001 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:12:03.002 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:12:03.096 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:12:03.107 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:12:03.109 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:12:03.109 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:12:03.110 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:12:03.110 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:12:03.111 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:12:03.111 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:12:03.112 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:12:03.112 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:12:03.112 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:12:03.112 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:12:03.112 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:12:03.112 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:12:03.116 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:12:03.118 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:12:03.119 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:12:03.119 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:12:03.119 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:12:24.987 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:12:25.335 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:12:25.702 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:12:25.702 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:12:25.703 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:12:25.704 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:12:25.704 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:12:25.704 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:12:25.801 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:12:25.813 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:12:25.814 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:12:25.814 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:12:25.816 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:12:25.817 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:12:25.818 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:12:25.818 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:12:25.818 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:12:25.819 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:12:25.819 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:12:25.819 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:12:25.819 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:12:25.819 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:12:25.823 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:12:25.824 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:12:25.827 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:12:25.827 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:12:25.827 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:14:09.106 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:14:09.688 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:14:10.199 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:14:10.200 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:14:10.201 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:14:10.201 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:14:10.201 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:14:10.202 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:14:10.303 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:14:10.318 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:14:10.318 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:14:10.319 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:14:10.321 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:14:10.322 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:14:10.323 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:14:10.323 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:14:10.324 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:14:10.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:14:10.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:14:10.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:14:10.324 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:14:10.324 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:14:10.329 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:14:10.331 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:14:10.332 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:14:10.332 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:14:10.332 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:14:41.766 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:14:42.037 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:14:42.336 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:14:42.337 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:14:42.338 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:14:42.339 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:14:42.339 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:14:42.339 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:14:42.439 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:14:42.452 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:14:42.454 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:14:42.454 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:14:42.454 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:14:42.455 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:14:42.455 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:14:42.456 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:14:42.456 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:14:42.456 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:14:42.456 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:14:42.456 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:14:42.456 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:14:42.457 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:14:42.461 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:14:42.464 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:14:42.467 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:14:42.467 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:14:42.467 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:15:08.983 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:15:09.241 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:15:09.546 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:15:09.547 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:15:09.548 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:15:09.548 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:15:09.549 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:15:09.549 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:15:09.646 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:15:09.659 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:15:09.660 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:15:09.660 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:15:09.663 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:15:09.663 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:15:09.664 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:15:09.664 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:15:09.664 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:15:09.665 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:15:09.665 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:15:09.665 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:15:09.665 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:15:09.665 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:15:09.668 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:15:09.670 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:15:09.672 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:15:09.672 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:15:09.672 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:15:44.252 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:15:44.534 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:15:44.827 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:15:44.828 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:15:44.828 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:15:44.830 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:15:44.830 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:15:44.830 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:15:44.934 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:15:44.947 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:15:44.948 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:15:44.950 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:15:44.950 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:15:44.950 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:15:44.952 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:15:44.952 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:15:44.953 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:15:44.953 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:15:44.953 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:15:44.953 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:15:44.953 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:15:44.953 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:15:44.959 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:15:44.961 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:15:44.961 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:15:44.961 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:15:44.961 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:30:55.282 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:30:55.628 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:30:55.981 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:30:55.983 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:30:55.984 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:30:55.984 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:30:55.984 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:30:55.985 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:30:56.142 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:30:56.158 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:30:56.158 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:30:56.159 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:30:56.161 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:30:56.161 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:30:56.163 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:30:56.163 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:30:56.163 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:30:56.164 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:30:56.164 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:30:56.164 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:30:56.164 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:30:56.164 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:30:56.169 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:30:56.170 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:30:56.175 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:30:56.175 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:30:56.175 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:45:26.226 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:45:26.536 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:45:26.903 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:45:26.903 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:45:26.904 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:45:26.904 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:45:26.905 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:45:26.905 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:45:27.001 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:45:27.013 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:45:27.016 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:45:27.016 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:45:27.016 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:45:27.017 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:45:27.017 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:45:27.018 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:45:27.018 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:45:27.018 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:45:27.018 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:45:27.018 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:45:27.018 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:45:27.022 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:45:27.024 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:45:27.025 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:45:27.025 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:45:27.025 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:45:54.492 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:45:54.986 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:45:55.309 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:45:55.310 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+16:45:55.310 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+16:45:55.311 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+16:45:55.311 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+16:45:55.311 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+16:45:55.410 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:45:55.422 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:45:55.423 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:45:55.423 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:45:55.425 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:45:55.426 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:45:55.427 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:45:55.427 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:45:55.427 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 4 commands
+16:45:55.428 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:45:55.428 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:45:55.428 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:45:55.428 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:45:55.428 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:45:55.432 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:45:55.433 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:45:55.434 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:45:55.434 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:45:55.434 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:51:58.606 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+16:52:27.657 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 4s
+16:52:31.682 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 8s
+16:54:12.690 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+16:54:14.698 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 4s
+16:54:18.707 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 8s
+18:07:14.362 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+18:07:16.686 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:07:16.985 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+18:38:26.444 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+18:38:28.829 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:38:31.058 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+18:54:20.420 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+18:54:22.704 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:54:22.930 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+19:15:28.011 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+19:15:28.482 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+19:15:28.810 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+19:15:28.812 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+19:15:28.812 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+19:15:28.813 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+19:15:28.813 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+19:15:28.813 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+19:15:28.945 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+19:15:28.961 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+19:15:28.964 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+19:15:28.964 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+19:15:28.965 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+19:15:28.965 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+19:15:28.966 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+19:15:28.967 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+19:15:28.967 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+19:15:28.968 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+19:15:28.968 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+19:15:28.968 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+19:15:28.968 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:15:28.968 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:15:28.968 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+19:15:28.973 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+19:15:28.975 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+19:15:28.977 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+19:15:28.977 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+19:15:28.977 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:05:02.660 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:05:03.076 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:05:04.733 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:05:04.736 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+20:05:04.737 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+20:05:04.740 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+20:05:04.741 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+20:05:04.741 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+20:05:04.997 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:05:05.030 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:05:05.036 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:05:05.036 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:05:05.037 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:05:05.038 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:05:05.041 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:05:05.043 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:05:05.044 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+20:05:05.045 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:05:05.045 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:05:05.045 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:05:05.045 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:05:05.045 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:05:05.045 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:05:05.054 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:05:05.058 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:05:05.062 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:05:05.062 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:05:05.062 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:05:29.646 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:05:29.948 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:05:30.284 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:05:30.286 main net.hypr.doki.Doki #start L37 Doki INFO Bot connected as OkiDoki#1045
+20:05:30.286 main net.hypr.doki.Doki #start L38 Doki INFO The bot is present on these guilds :
+20:05:30.287 main net.hypr.doki.Doki #start L40 Doki INFO - the world machine (1013928864868728872)
+20:05:30.288 main net.hypr.doki.Doki #start L40 Doki INFO - frzn.dev (445821876183367680)
+20:05:30.288 main net.hypr.doki.Doki #start L42 Doki INFO Registered prefix: oki!
+20:05:30.442 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:05:30.468 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:05:30.470 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:05:30.471 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:05:30.472 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:05:30.472 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:05:30.473 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:05:30.474 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:05:30.474 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+20:05:30.475 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:05:30.475 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:05:30.475 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:05:30.475 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:05:30.475 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:05:30.475 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:05:30.481 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:05:30.482 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:05:30.486 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:05:30.486 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:05:30.486 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+21:21:55.133 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+21:21:58.475 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:32:36.937 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+21:32:47.368 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+21:32:49.803 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:32:50.221 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+21:40:36.505 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:40:36.828 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:40:37.219 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:40:37.220 main net.hypr.doki.Doki #start L39 Doki INFO Bot connected as OkiDoki#1045
+21:40:37.220 main net.hypr.doki.Doki #start L40 Doki INFO The bot is present on these guilds :
+21:40:37.221 main net.hypr.doki.Doki #start L42 Doki INFO - the world machine (1013928864868728872)
+21:40:37.221 main net.hypr.doki.Doki #start L42 Doki INFO - frzn.dev (445821876183367680)
+21:40:37.221 main net.hypr.doki.Doki #start L44 Doki INFO Registered prefix: oki!
+21:40:37.316 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+21:40:37.328 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+21:40:37.329 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+21:40:37.329 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+21:40:37.331 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+21:40:37.331 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+21:40:37.333 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+21:40:37.333 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+21:40:37.333 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+21:40:37.333 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+21:40:37.333 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+21:40:37.334 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+21:40:37.334 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:40:37.334 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:40:37.334 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+21:40:37.338 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+21:40:37.339 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+21:40:37.345 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+21:40:37.345 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+21:40:37.345 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+21:41:44.869 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:41:45.190 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:41:46.876 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:41:46.877 main net.hypr.doki.Doki #start L39 Doki INFO Bot connected as OkiDoki#1045
+21:41:46.877 main net.hypr.doki.Doki #start L40 Doki INFO The bot is present on these guilds :
+21:41:46.878 main net.hypr.doki.Doki #start L42 Doki INFO - the world machine (1013928864868728872)
+21:41:46.878 main net.hypr.doki.Doki #start L42 Doki INFO - frzn.dev (445821876183367680)
+21:41:46.878 main net.hypr.doki.Doki #start L44 Doki INFO Registered prefix: oki!
+21:41:46.998 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+21:41:47.010 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+21:41:47.012 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+21:41:47.012 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+21:41:47.013 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+21:41:47.013 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+21:41:47.014 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+21:41:47.015 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+21:41:47.015 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+21:41:47.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+21:41:47.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+21:41:47.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+21:41:47.016 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:41:47.016 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:41:47.016 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+21:41:47.020 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+21:41:47.022 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+21:41:47.023 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+21:41:47.023 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+21:41:47.023 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+21:42:03.738 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:42:04.107 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:42:04.565 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:42:04.566 main net.hypr.doki.Doki #start L39 Doki INFO Bot connected as OkiDoki#1045
+21:42:04.567 main net.hypr.doki.Doki #start L40 Doki INFO The bot is present on these guilds :
+21:42:04.569 main net.hypr.doki.Doki #start L42 Doki INFO - the world machine (1013928864868728872)
+21:42:04.570 main net.hypr.doki.Doki #start L42 Doki INFO - frzn.dev (445821876183367680)
+21:42:04.570 main net.hypr.doki.Doki #start L44 Doki INFO Registered prefix: oki!
+21:42:04.793 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+21:42:04.813 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+21:42:04.815 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+21:42:04.816 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+21:42:04.816 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+21:42:04.816 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+21:42:04.817 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+21:42:04.817 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+21:42:04.818 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+21:42:04.818 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+21:42:04.818 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+21:42:04.818 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:42:04.818 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+21:42:04.818 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:42:04.818 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+21:42:04.822 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+21:42:04.829 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+21:42:04.829 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+21:42:04.829 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+21:42:04.829 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+21:42:42.201 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:42:42.492 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:42:42.779 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:42:42.780 main net.hypr.doki.Doki #start L39 Doki INFO Bot connected as OkiDoki#1045
+21:42:42.780 main net.hypr.doki.Doki #start L40 Doki INFO The bot is present on these guilds :
+21:42:42.781 main net.hypr.doki.Doki #start L42 Doki INFO - the world machine (1013928864868728872)
+21:42:42.781 main net.hypr.doki.Doki #start L42 Doki INFO - frzn.dev (445821876183367680)
+21:42:42.781 main net.hypr.doki.Doki #start L44 Doki INFO Registered prefix: oki!
+21:42:42.872 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+21:42:42.884 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+21:42:42.884 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+21:42:42.884 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+21:42:42.886 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+21:42:42.886 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+21:42:42.887 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+21:42:42.887 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+21:42:42.888 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+21:42:42.888 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+21:42:42.888 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+21:42:42.888 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+21:42:42.888 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:42:42.888 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:42:42.888 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+21:42:42.891 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+21:42:42.893 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+21:42:42.897 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+21:42:42.897 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+21:42:42.897 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+21:52:56.427 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:52:56.789 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:52:57.181 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:52:57.181 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+21:52:57.182 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+21:52:57.183 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+21:52:57.183 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+21:52:57.183 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+21:52:57.183 main net.hypr.doki.Doki #main L70 Doki ERROR Unable to start the bot
+java.lang.NullPointerException: Cannot invoke "net.hypr.doki.Config$DBConfig.getHost()" because "dbConfig" is null
+ at net.hypr.doki.Doki.start(Doki.java:53)
+ at net.hypr.doki.Doki.main(Doki.java:65)
+21:54:26.832 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:54:27.177 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:54:27.511 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:54:27.512 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+21:54:27.512 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+21:54:27.513 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+21:54:27.513 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+21:54:27.513 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+21:54:27.513 main net.hypr.doki.Doki #start L51 Doki DEBUG net.hypr.doki.Config@3f57bcad
+21:54:27.513 main net.hypr.doki.Doki #main L71 Doki ERROR Unable to start the bot
+java.lang.NullPointerException: Cannot invoke "net.hypr.doki.Config$DBConfig.getHost()" because "dbConfig" is null
+ at net.hypr.doki.Doki.start(Doki.java:54)
+ at net.hypr.doki.Doki.main(Doki.java:66)
+21:54:37.708 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:54:37.976 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:54:38.363 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:54:38.364 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+21:54:38.365 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+21:54:38.366 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+21:54:38.366 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+21:54:38.366 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+21:54:38.366 main net.hypr.doki.Doki #start L51 Doki DEBUG null
+21:54:38.366 main net.hypr.doki.Doki #main L71 Doki ERROR Unable to start the bot
+java.lang.NullPointerException: Cannot invoke "net.hypr.doki.Config$DBConfig.getHost()" because "dbConfig" is null
+ at net.hypr.doki.Doki.start(Doki.java:54)
+ at net.hypr.doki.Doki.main(Doki.java:66)
+21:55:39.703 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:55:39.975 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:55:40.218 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:55:40.219 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+21:55:40.220 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+21:55:40.221 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+21:55:40.221 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+21:55:40.221 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+21:55:40.221 main net.hypr.doki.Doki #start L51 Doki DEBUG net.hypr.doki.Config$DBConfig@3f57bcad
+21:55:50.339 main net.hypr.doki.Doki #start L56 Doki ERROR Could not connect to 100.101.88.31:3306 : Connection reset
+21:56:19.394 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:56:20.001 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:56:20.378 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:56:20.378 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+21:56:20.379 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+21:56:20.380 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+21:56:20.380 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+21:56:20.380 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+21:56:20.735 main net.hypr.doki.Doki #start L58 Doki INFO Connected to MariaDB server 100.101.88.31 as null
+21:56:20.851 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+21:56:20.864 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+21:56:20.865 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+21:56:20.867 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+21:56:20.867 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+21:56:20.867 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+21:56:20.868 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+21:56:20.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:56:20.869 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+21:56:20.873 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+21:56:20.878 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+21:56:20.880 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+21:56:20.880 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+21:56:20.880 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+21:56:39.993 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+21:56:40.316 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+21:56:40.605 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+21:56:40.606 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+21:56:40.606 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+21:56:40.607 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+21:56:40.609 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+21:56:40.609 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+21:56:40.772 main net.hypr.doki.Doki #start L58 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+21:56:40.886 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+21:56:40.898 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+21:56:40.899 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+21:56:40.899 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+21:56:40.901 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+21:56:40.902 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+21:56:40.903 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+21:56:40.903 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+21:56:40.903 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+21:56:40.904 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+21:56:40.904 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+21:56:40.904 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:56:40.904 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+21:56:40.904 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+21:56:40.904 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+21:56:40.911 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+21:56:40.913 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+21:56:40.914 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+21:56:40.914 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+21:56:40.914 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:00:44.605 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:00:44.987 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:00:45.374 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:00:45.374 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+22:00:45.375 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+22:00:45.376 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+22:00:45.376 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+22:00:45.376 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+22:00:45.532 main net.hypr.doki.Doki #start L59 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+22:00:45.636 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:00:45.648 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:00:45.650 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:00:45.650 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:00:45.650 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:00:45.651 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:00:45.652 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:00:45.652 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:00:45.652 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+22:00:45.653 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:00:45.653 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:00:45.653 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:00:45.653 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:00:45.653 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:00:45.653 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:00:45.660 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:00:45.662 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:00:45.663 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:00:45.663 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:00:45.663 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:10:04.827 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:10:05.108 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:10:05.383 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:10:05.384 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+22:10:05.385 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+22:10:05.385 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+22:10:05.385 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+22:10:05.385 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+22:10:05.542 main net.hypr.doki.Doki #start L59 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+22:10:05.647 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:10:05.658 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:10:05.659 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:10:05.659 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:10:05.661 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:10:05.661 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:10:05.662 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:10:05.663 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:10:05.663 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+22:10:05.663 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:10:05.663 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:10:05.664 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:10:05.664 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:10:05.664 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:10:05.664 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:10:05.670 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:10:05.672 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:10:05.673 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:10:05.673 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:10:05.673 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:10:36.670 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:10:36.923 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:10:37.238 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:10:37.240 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+22:10:37.241 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+22:10:37.243 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+22:10:37.243 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+22:10:37.243 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+22:10:37.518 main net.hypr.doki.Doki #start L59 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+22:10:37.676 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:10:37.688 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:10:37.688 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:10:37.689 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:10:37.691 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:10:37.691 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:10:37.692 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:10:37.693 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:10:37.693 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+22:10:37.694 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:10:37.694 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:10:37.694 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:10:37.694 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:10:37.694 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:10:37.694 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:10:37.703 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:10:37.706 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:10:37.708 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:10:37.708 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:10:37.708 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:11:14.794 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:11:15.095 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:11:15.502 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:11:15.503 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+22:11:15.503 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+22:11:15.504 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+22:11:15.504 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+22:11:15.504 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+22:11:15.637 main net.hypr.doki.Doki #start L59 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+22:11:15.741 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:11:15.754 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:11:15.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:11:15.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:11:15.757 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:11:15.757 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:11:15.758 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:11:15.758 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:11:15.759 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+22:11:15.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:11:15.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:11:15.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:11:15.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:11:15.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:11:15.759 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:11:15.766 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:11:15.767 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:11:15.769 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:11:15.769 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:11:15.769 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:11:42.679 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:11:43.018 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:11:43.349 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:11:43.349 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+22:11:43.350 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+22:11:43.351 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+22:11:43.351 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+22:11:43.351 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+22:11:43.544 main net.hypr.doki.Doki #start L59 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+22:11:43.666 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:11:43.686 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:11:43.686 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:11:43.687 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:11:43.689 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:11:43.689 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:11:43.690 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:11:43.690 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:11:43.690 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+22:11:43.691 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:11:43.691 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:11:43.691 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:11:43.691 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:11:43.691 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:11:43.691 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:11:43.701 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:11:43.705 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:11:43.705 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:11:43.705 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:11:43.705 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:12:12.874 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:12:13.162 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:12:13.450 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:12:13.451 main net.hypr.doki.Doki #start L43 Doki INFO Bot connected as OkiDoki#1045
+22:12:13.451 main net.hypr.doki.Doki #start L44 Doki INFO The bot is present on these guilds :
+22:12:13.452 main net.hypr.doki.Doki #start L46 Doki INFO - the world machine (1013928864868728872)
+22:12:13.452 main net.hypr.doki.Doki #start L46 Doki INFO - frzn.dev (445821876183367680)
+22:12:13.452 main net.hypr.doki.Doki #start L48 Doki INFO Registered prefix: oki!
+22:12:13.700 main net.hypr.doki.Doki #start L59 Doki INFO Connected to MariaDB server 100.101.88.31 as floppydisk
+22:12:13.985 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:12:14.009 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:12:14.010 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:12:14.010 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:12:14.012 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:12:14.012 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:12:14.013 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:12:14.013 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:12:14.014 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+22:12:14.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:12:14.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:12:14.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:12:14.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:12:14.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:12:14.015 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:12:14.035 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:12:14.041 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:12:14.041 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:12:14.041 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:12:14.041 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+23:51:16.326 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+23:51:18.624 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+23:51:18.992 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
diff --git a/logs/logs-2024-07-28.log b/logs/logs-2024-07-28.log
new file mode 100644
index 0000000..24cfcbf
--- /dev/null
+++ b/logs/logs-2024-07-28.log
@@ -0,0 +1,1595 @@
+12:35:32.460 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+12:35:33.249 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+12:35:33.653 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+12:35:33.654 main net.hypr.doki.Doki #start L35 Doki INFO Bot connected as OkiDoki#1045
+12:35:33.655 main net.hypr.doki.Doki #start L36 Doki INFO The bot is present on these guilds :
+12:35:33.656 main net.hypr.doki.Doki #start L38 Doki INFO - the world machine (1013928864868728872)
+12:35:33.656 main net.hypr.doki.Doki #start L38 Doki INFO - frzn.dev (445821876183367680)
+12:35:33.656 main net.hypr.doki.Doki #start L40 Doki INFO Registered prefix: oki!
+12:35:33.787 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+12:35:33.803 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+12:35:33.806 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+12:35:33.807 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+12:35:33.808 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+12:35:33.809 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+12:35:33.810 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+12:35:33.811 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+12:35:33.812 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+12:35:33.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+12:35:33.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+12:35:33.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+12:35:33.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:35:33.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:35:33.813 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+12:35:33.818 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+12:35:33.823 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+12:35:33.826 pool-3-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+12:35:33.826 pool-3-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+12:35:33.826 pool-3-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:23:20.311 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:23:20.620 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:23:20.910 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:23:20.911 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+16:23:20.912 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+16:23:20.913 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+16:23:20.913 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+16:23:20.913 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+16:23:21.012 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:23:21.026 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:23:21.026 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:23:21.026 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:23:21.028 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:23:21.028 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:23:21.029 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:23:21.030 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:23:21.030 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+16:23:21.031 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:23:21.031 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:23:21.031 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:23:21.031 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:23:21.031 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:23:21.031 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:23:21.035 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:23:21.037 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:23:21.039 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:23:21.039 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:23:21.038 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:24:00.497 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+16:24:00.753 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+16:24:01.110 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+16:24:01.111 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+16:24:01.111 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+16:24:01.112 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+16:24:01.112 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+16:24:01.112 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+16:24:01.214 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+16:24:01.226 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+16:24:01.227 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+16:24:01.228 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+16:24:01.229 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+16:24:01.229 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+16:24:01.230 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+16:24:01.230 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+16:24:01.231 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+16:24:01.231 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+16:24:01.231 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+16:24:01.231 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+16:24:01.231 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:24:01.231 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+16:24:01.231 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+16:24:01.238 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+16:24:01.240 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+16:24:01.241 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+16:24:01.241 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+16:24:01.241 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+16:47:44.243 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+16:47:46.256 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 4s
+16:47:50.263 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 8s
+17:24:13.929 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+17:47:54.862 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+17:47:56.870 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 4s
+17:48:00.876 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 8s
+17:50:16.577 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+17:51:39.605 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 4s
+17:51:44.403 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+17:51:53.187 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:51:53.815 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+17:55:22.381 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:55:23.218 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:55:23.571 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:55:23.572 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+17:55:23.572 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+17:55:23.573 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+17:55:23.573 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+17:55:23.574 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+17:55:23.722 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:55:23.748 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:55:23.749 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:55:23.750 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:55:23.753 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:55:23.753 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:55:23.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:55:23.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:55:23.757 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+17:55:23.758 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:55:23.758 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:55:23.758 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:55:23.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:55:23.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:55:23.759 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:55:23.770 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:55:23.772 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:55:23.779 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:55:23.779 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:55:23.779 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+17:55:54.690 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Out of range value for column 'id' : value 437970062922612737 is not in class java.lang.Integer range
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:21)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Out of range value for column 'id' : value 437970062922612737 is not in class java.lang.Integer range
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.rangeCheck(SelectResultSet.java:3307)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.parseInt(SelectResultSet.java:3506)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getInternalInt(SelectResultSet.java:1128)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getInt(SelectResultSet.java:1107)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getInt(SelectResultSet.java:1114)
+ at org.apache.commons.dbcp2.DelegatingResultSet.getInt(DelegatingResultSet.java:632)
+ at org.apache.commons.dbcp2.DelegatingResultSet.getInt(DelegatingResultSet.java:632)
+ at net.hypr.doki.utils.DBUtils.getUserRecord(DBUtils.java:49)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:16)
+ ... 18 common frames omitted
+17:55:55.258 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Out of range value for column 'id' : value 437970062922612737 is not in class java.lang.Integer range
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:21)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Out of range value for column 'id' : value 437970062922612737 is not in class java.lang.Integer range
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.rangeCheck(SelectResultSet.java:3307)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.parseInt(SelectResultSet.java:3506)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getInternalInt(SelectResultSet.java:1128)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getInt(SelectResultSet.java:1107)
+ at org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getInt(SelectResultSet.java:1114)
+ at org.apache.commons.dbcp2.DelegatingResultSet.getInt(DelegatingResultSet.java:632)
+ at org.apache.commons.dbcp2.DelegatingResultSet.getInt(DelegatingResultSet.java:632)
+ at net.hypr.doki.utils.DBUtils.getUserRecord(DBUtils.java:49)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:16)
+ ... 18 common frames omitted
+17:56:23.166 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:56:23.938 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:56:24.508 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:56:24.509 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+17:56:24.510 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+17:56:24.511 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+17:56:24.511 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+17:56:24.511 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+17:56:24.680 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:56:24.697 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:56:24.700 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:56:24.700 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:56:24.701 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:56:24.701 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:56:24.706 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:56:24.707 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:56:24.707 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+17:56:24.709 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:56:24.709 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:56:24.709 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:56:24.709 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:56:24.709 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:56:24.709 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:56:24.719 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:56:24.723 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:56:24.725 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:56:24.725 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+17:56:24.725 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:57:25.377 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:57:25.884 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:57:26.525 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:57:26.526 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+17:57:26.527 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+17:57:26.527 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+17:57:26.528 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+17:57:26.528 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+17:57:26.692 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:57:26.708 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:57:26.709 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:57:26.709 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:57:26.711 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:57:26.712 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:57:26.713 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:57:26.713 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:57:26.714 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+17:57:26.714 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:57:26.714 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:57:26.715 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:57:26.715 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:57:26.715 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:57:26.715 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:57:26.719 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:57:26.722 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:57:26.728 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:57:26.728 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+17:57:26.728 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:57:35.658 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:57:36.379 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:57:36.799 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:57:36.800 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+17:57:36.800 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+17:57:36.801 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+17:57:36.801 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+17:57:36.801 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+17:57:36.933 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:57:36.949 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:57:36.950 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:57:36.952 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:57:36.953 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:57:36.953 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:57:36.954 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:57:36.955 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:57:36.955 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+17:57:36.955 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:57:36.955 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:57:36.956 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:57:36.956 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:57:36.956 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:57:36.956 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:57:36.965 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:57:36.969 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:57:36.969 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:57:36.969 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:57:36.969 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:03:45.817 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:03:46.742 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:03:47.145 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:03:47.146 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:03:47.147 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:03:47.147 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:03:47.148 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:03:47.148 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:03:47.275 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:03:47.289 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:03:47.290 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:03:47.292 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:03:47.292 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:03:47.293 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:03:47.294 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:03:47.295 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:03:47.295 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:03:47.295 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:03:47.296 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:03:47.296 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:03:47.296 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:03:47.296 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:03:47.296 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:03:47.300 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:03:47.306 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:03:47.308 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:03:47.308 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:03:47.308 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:05:17.658 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:05:19.435 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:05:19.817 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:05:19.818 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:05:19.819 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:05:19.819 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:05:19.819 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:05:19.820 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:05:19.950 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:05:19.970 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:05:19.971 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:05:19.974 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:05:19.975 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:05:19.976 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:05:19.977 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:05:19.978 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:05:19.979 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:05:19.980 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:05:19.980 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:05:19.980 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:05:19.980 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:05:19.980 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:05:19.980 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:05:19.986 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:05:19.989 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:05:19.992 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:05:19.992 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:05:19.992 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:07:46.898 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:07:47.817 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:07:48.386 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:07:48.387 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:07:48.388 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:07:48.389 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:07:48.389 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:07:48.389 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:07:48.554 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:07:48.574 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:07:48.574 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:07:48.577 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:07:48.577 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:07:48.578 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:07:48.579 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:07:48.579 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:07:48.580 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:07:48.580 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:07:48.580 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:07:48.580 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:07:48.580 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:07:48.580 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:07:48.580 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:07:48.587 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:07:48.589 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:07:48.591 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:07:48.591 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:07:48.591 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:09:13.532 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:09:14.159 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:09:14.655 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:09:14.656 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:09:14.656 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:09:14.659 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:09:14.659 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:09:14.659 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:09:14.787 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:09:14.801 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:09:14.803 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:09:14.804 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:09:14.804 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:09:14.805 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:09:14.806 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:09:14.806 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:09:14.807 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:09:14.807 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:09:14.807 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:09:14.807 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:09:14.807 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:09:14.807 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:09:14.807 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:09:14.817 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:09:14.819 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:09:14.820 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:09:14.820 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:09:14.820 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:10:01.711 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:10:02.554 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:10:02.914 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:10:02.916 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:10:02.916 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:10:02.917 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:10:02.917 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:10:02.917 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:10:03.046 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:10:03.062 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:10:03.065 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:10:03.068 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:10:03.069 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:10:03.069 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:10:03.071 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:10:03.071 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:10:03.072 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:10:03.072 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:10:03.072 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:10:03.072 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:10:03.072 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:10:03.072 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:10:03.072 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:10:03.079 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:10:03.080 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:10:03.082 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:10:03.082 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:10:03.082 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:11:31.126 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: (conn=82478) Unknown column 'messages' in 'field list'
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:34)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLSyntaxErrorException: (conn=82478) Unknown column 'messages' in 'field list'
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:163)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:45)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:32)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Unknown column 'messages' in 'field list'
+Query is: INSERT INTO users (id, username, messages, xp) VALUES (?, ?, 0, 0), parameters [419880181101232129,'notashelf']
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+18:16:43.190 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:16:43.764 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:16:44.224 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:16:44.228 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:16:44.229 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:16:44.231 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:16:44.232 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:16:44.232 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:16:44.472 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:16:44.494 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:16:44.495 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:16:44.498 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:16:44.499 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:16:44.499 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:16:44.501 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:16:44.501 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:16:44.502 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:16:44.502 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:16:44.502 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:16:44.503 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:16:44.503 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:16:44.503 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:16:44.503 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:16:44.515 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:16:44.517 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:16:44.520 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:16:44.520 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:16:44.520 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:16:55.659 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLDataException: (conn=82553) Incorrect datetime value: '18:16:55' for column `doki_dev`.`users`.`last_message` at row 1
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:28)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLDataException: (conn=82553) Incorrect datetime value: '18:16:55' for column `doki_dev`.`users`.`last_message` at row 1
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:153)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeQuery(MariaDbPreparedStatementClient.java:173)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:123)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:123)
+ at net.hypr.doki.utils.DBUtils.updateUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:22)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Incorrect datetime value: '18:16:55' for column `doki_dev`.`users`.`last_message` at row 1
+Query is: UPDATE users SET last_message = ?, xp = ? WHERE id = ?, parameters [18:16:55,0,437970062922612737]
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 24 common frames omitted
+18:17:10.530 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLDataException: (conn=82551) Incorrect datetime value: '18:17:10' for column `doki_dev`.`users`.`last_message` at row 1
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:35)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLDataException: (conn=82551) Incorrect datetime value: '18:17:10' for column `doki_dev`.`users`.`last_message` at row 1
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:153)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:48)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:33)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Incorrect datetime value: '18:17:10' for column `doki_dev`.`users`.`last_message` at row 1
+Query is: INSERT INTO users (id, username, last_message, xp) VALUES (?, ?, ?, 0), parameters [419880181101232129,'notashelf',18:17:10]
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+18:19:03.977 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLDataException: (conn=82549) Incorrect datetime value: '18:19:03' for column `doki_dev`.`users`.`last_message` at row 1
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:35)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLDataException: (conn=82549) Incorrect datetime value: '18:19:03' for column `doki_dev`.`users`.`last_message` at row 1
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:153)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:48)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:33)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Incorrect datetime value: '18:19:03' for column `doki_dev`.`users`.`last_message` at row 1
+Query is: INSERT INTO users (id, username, last_message, xp) VALUES (?, ?, ?, 0), parameters [419880181101232129,'notashelf',18:19:03]
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+18:19:22.116 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:19:22.988 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:19:23.486 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:19:23.488 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:19:23.488 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:19:23.489 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:19:23.489 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:19:23.489 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:19:23.623 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:19:23.641 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:19:23.642 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:19:23.644 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:19:23.645 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:19:23.646 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:19:23.647 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:19:23.648 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:19:23.649 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:19:23.649 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:19:23.649 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:19:23.649 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:19:23.649 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:19:23.649 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:19:23.649 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:19:23.654 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:19:23.662 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:19:23.664 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:19:23.664 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:19:23.664 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:19:38.935 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLDataException: (conn=82583) Incorrect datetime value: '18:19:38' for column `doki_dev`.`users`.`last_message` at row 1
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:37)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLDataException: (conn=82583) Incorrect datetime value: '18:19:38' for column `doki_dev`.`users`.`last_message` at row 1
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:153)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:48)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:35)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Incorrect datetime value: '18:19:38' for column `doki_dev`.`users`.`last_message` at row 1
+Query is: INSERT INTO users (id, username, last_message, xp) VALUES (?, ?, ?, 0), parameters [419880181101232129,'notashelf',18:19:38]
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+18:20:13.399 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLDataException: (conn=82581) Incorrect datetime value: '18:20:13' for column `doki_dev`.`users`.`last_message` at row 1
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:37)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLDataException: (conn=82581) Incorrect datetime value: '18:20:13' for column `doki_dev`.`users`.`last_message` at row 1
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:153)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:48)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:35)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Incorrect datetime value: '18:20:13' for column `doki_dev`.`users`.`last_message` at row 1
+Query is: INSERT INTO users (id, username, last_message, xp) VALUES (?, ?, ?, 0), parameters [419880181101232129,'notashelf',18:20:13]
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+18:20:55.299 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLDataException: (conn=82579) Incorrect datetime value: '18:20:55' for column `doki_dev`.`users`.`last_message` at row 1
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:37)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLDataException: (conn=82579) Incorrect datetime value: '18:20:55' for column `doki_dev`.`users`.`last_message` at row 1
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:153)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:48)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:35)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Incorrect datetime value: '18:20:55' for column `doki_dev`.`users`.`last_message` at row 1
+Query is: INSERT INTO users (id, username, last_message, xp) VALUES (?, ?, ?, 0), parameters [419880181101232129,'notashelf',18:20:55]
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+18:21:45.578 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:21:46.316 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:21:46.721 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:21:46.722 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:21:46.722 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:21:46.723 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:21:46.723 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:21:46.723 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:21:46.853 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:21:46.868 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:21:46.870 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:21:46.870 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:21:46.871 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:21:46.871 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:21:46.872 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:21:46.873 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:21:46.873 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:21:46.874 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:21:46.874 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:21:46.874 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:21:46.874 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:21:46.874 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:21:46.874 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:21:46.879 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:21:46.881 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:21:46.887 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:21:46.887 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:21:46.887 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:39:37.055 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:39:41.479 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:39:41.864 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:39:41.865 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:39:41.866 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:39:41.866 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:39:41.867 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:39:41.867 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:39:42.051 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:39:42.075 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:39:42.077 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:39:42.078 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:39:42.084 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:39:42.085 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:39:42.087 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:39:42.087 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:39:42.088 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:39:42.088 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:39:42.088 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:39:42.088 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:39:42.089 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:39:42.089 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:39:42.089 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:39:42.095 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:39:42.098 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:39:42.101 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:39:42.101 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:39:42.101 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:41:57.357 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:41:59.097 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:41:59.801 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:41:59.802 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:41:59.802 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:41:59.803 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:41:59.803 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:41:59.804 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:41:59.929 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:41:59.949 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:41:59.949 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:41:59.952 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:41:59.953 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:41:59.953 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:41:59.954 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:41:59.955 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:41:59.955 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:41:59.955 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:41:59.955 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:41:59.956 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:41:59.957 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:41:59.957 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:41:59.957 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:41:59.963 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:41:59.964 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:41:59.967 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+18:41:59.967 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:41:59.967 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:43:36.424 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+18:44:29.388 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+18:44:36.414 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 4s
+18:44:40.430 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 8s
+18:44:48.439 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 16s
+18:45:04.453 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 32s
+18:45:41.486 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 64s
+18:47:15.504 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 128s
+18:49:38.134 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 256s
+18:52:47.704 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+18:52:48.112 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+18:52:48.531 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+18:52:48.533 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+18:52:48.533 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+18:52:48.534 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+18:52:48.534 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+18:52:48.534 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+18:52:48.664 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+18:52:48.680 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+18:52:48.681 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+18:52:48.683 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+18:52:48.683 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+18:52:48.684 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+18:52:48.685 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+18:52:48.686 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+18:52:48.686 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+18:52:48.687 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+18:52:48.687 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+18:52:48.687 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+18:52:48.687 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:52:48.687 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+18:52:48.687 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+18:52:48.697 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+18:52:48.699 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+18:52:48.701 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+18:52:48.701 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+18:52:48.701 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+19:16:21.805 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+19:16:24.401 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+19:16:24.897 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+19:42:50.410 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+19:42:52.675 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+19:42:52.910 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+19:54:06.955 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+19:54:07.412 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+19:54:08.093 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+19:54:08.096 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+19:54:08.098 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+19:54:08.101 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+19:54:08.102 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+19:54:08.102 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+19:54:08.616 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+19:54:08.690 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+19:54:08.696 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+19:54:08.719 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+19:54:08.724 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+19:54:08.745 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+19:54:08.752 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+19:54:08.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+19:54:08.762 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+19:54:08.768 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+19:54:08.771 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+19:54:08.790 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:54:08.794 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+19:54:08.796 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:54:08.801 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+19:54:08.855 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+19:54:08.872 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+19:54:08.877 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+19:54:08.877 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+19:54:08.877 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+19:54:23.218 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] mingus
+19:56:04.118 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+19:56:05.370 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+19:56:05.673 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+19:56:05.673 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+19:56:05.674 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+19:56:05.675 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+19:56:05.675 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+19:56:05.675 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+19:56:05.781 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+19:56:05.793 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+19:56:05.793 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+19:56:05.795 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+19:56:05.796 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+19:56:05.796 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+19:56:05.797 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+19:56:05.797 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+19:56:05.797 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+19:56:05.797 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+19:56:05.797 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+19:56:05.798 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+19:56:05.798 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:56:05.798 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:56:05.798 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+19:56:05.805 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+19:56:05.807 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+19:56:05.808 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+19:56:05.808 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+19:56:05.808 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+19:56:08.226 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] dingle
+19:56:12.335 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L44 Doki DEBUG Incremented fwoppydwisk's XP by 51
+19:56:23.758 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] dingle 2
+19:56:23.901 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L44 Doki DEBUG Incremented fwoppydwisk's XP by 57
+19:56:27.709 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] ok good
+19:56:28.125 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L44 Doki DEBUG Incremented fwoppydwisk's XP by 66
+19:56:36.820 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] the SQL update thing takes like .2 seconds
+19:56:36.972 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L44 Doki DEBUG Incremented fwoppydwisk's XP by 72
+19:56:38.150 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] we ball
+20:03:33.849 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:03:34.814 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:03:35.157 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:03:35.158 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:03:35.159 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:03:35.159 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:03:35.160 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:03:35.160 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:03:35.257 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:03:35.270 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:03:35.272 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:03:35.273 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:03:35.273 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:03:35.274 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:03:35.274 main c.f.b.i.p.TextCommandComparator #compare L32 TextCommandComparato WARN Method Rank#execute(CommandEvent) and WhoIs#execute(BaseCommandEvent, User) have the same order (2)
+20:03:35.274 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method Rank#execute(CommandEvent)
+20:03:35.275 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:03:35.276 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:03:35.276 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 5 commands
+20:03:35.276 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:03:35.276 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:03:35.276 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:03:35.276 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:03:35.277 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:03:35.277 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:03:35.282 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:03:35.284 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:03:35.285 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:03:35.285 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:03:35.285 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:03:52.256 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:03:52.516 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:03:52.967 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:03:52.968 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:03:52.968 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:03:52.969 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:03:52.969 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:03:52.969 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:03:53.072 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:03:53.083 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method Rank#execute(CommandEvent)
+20:03:53.084 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:03:53.086 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:03:53.086 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:03:53.086 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:03:53.086 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:03:53.087 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:03:53.088 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:03:53.088 main c.f.botcommands.api.CommandsBuilder #build L301 CommandsBuilder ERROR An error occurred while creating the framework, aborted
+20:03:53.088 main net.hypr.doki.Doki #main L72 Doki ERROR Unable to start the bot
+java.lang.IllegalStateException: Method Rank#execute(CommandEvent) has the same parameters as WhoIs#execute(CommandEvent)
+ at com.freya02.botcommands.internal.prefixed.PrefixedCommandsBuilder.checkMethodDuplicates(PrefixedCommandsBuilder.java:87)
+ at com.freya02.botcommands.internal.prefixed.PrefixedCommandsBuilder.postProcess(PrefixedCommandsBuilder.java:47)
+ at com.freya02.botcommands.internal.CommandsBuilderImpl.buildClasses(CommandsBuilderImpl.java:98)
+ at com.freya02.botcommands.internal.CommandsBuilderImpl.build(CommandsBuilderImpl.java:240)
+ at com.freya02.botcommands.api.CommandsBuilder.build(CommandsBuilder.java:299)
+ at com.freya02.botcommands.api.CommandsBuilder.build(CommandsBuilder.java:284)
+ at net.hypr.doki.Doki.main(Doki.java:70)
+20:04:20.519 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:04:20.778 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:04:21.078 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:04:21.079 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:04:21.080 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:04:21.080 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:04:21.081 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:04:21.081 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:04:21.194 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:04:21.206 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:04:21.207 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:04:21.207 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:04:21.207 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:04:21.209 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:04:21.209 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:04:21.210 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:04:21.210 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 6 commands
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:04:21.211 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:04:21.211 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:04:21.219 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:04:21.220 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:04:21.222 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:04:21.222 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:04:21.222 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:04:27.608 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [fwoppydwisk] oki!help
+20:04:29.731 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L44 Doki DEBUG Incremented fwoppydwisk's XP by 60
+20:04:31.249 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L25 Doki DEBUG [OkiDoki]
+20:04:31.432 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L50 Doki DEBUG No record of user ID 938522781035921448, creating blank record
+20:05:36.883 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:05:37.231 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:05:37.565 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:05:37.565 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:05:37.566 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:05:37.567 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:05:37.567 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:05:37.567 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:05:37.682 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:05:37.696 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:05:37.698 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:05:37.698 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:05:37.698 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:05:37.699 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:05:37.699 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:05:37.700 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:05:37.700 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:05:37.700 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 6 commands
+20:05:37.700 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:05:37.701 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:05:37.701 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:05:37.701 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:05:37.701 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:05:37.701 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:05:37.701 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:05:37.706 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:05:37.710 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:05:37.711 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:05:37.711 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:05:37.711 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:05:44.338 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!help
+20:05:48.176 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 66
+20:05:54.982 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!help
+20:05:55.127 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 60
+20:05:57.143 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] ok there
+20:06:06.643 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!rank
+20:06:07.223 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 48
+20:06:14.718 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] nicd
+20:06:14.859 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 75
+20:06:16.105 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] nice
+20:14:29.164 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:14:29.470 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:14:29.747 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:14:29.748 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:14:29.749 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:14:29.749 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:14:29.750 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:14:29.750 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:14:29.857 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:14:29.872 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:14:29.872 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:14:29.872 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:14:29.874 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:14:29.874 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:14:29.875 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:14:29.875 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:14:29.876 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:14:29.876 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:14:29.876 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:14:29.877 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:14:29.882 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:14:29.883 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:14:29.884 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:14:29.884 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:14:29.884 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:14:50.673 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!help leaderboard
+20:14:55.172 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 69
+20:15:03.149 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+20:15:04.002 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 57
+20:15:07.337 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] nice
+20:15:10.561 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oh woops
+20:15:10.901 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 54
+20:15:13.426 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] forgor to increment
+20:15:25.866 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:15:26.213 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:15:26.554 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:15:26.555 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:15:26.556 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:15:26.556 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:15:26.556 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:15:26.556 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:15:26.671 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:15:26.683 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:15:26.684 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:15:26.686 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:15:26.687 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:15:26.687 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:15:26.687 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:15:26.687 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:15:26.688 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:15:26.688 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:15:26.689 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:15:26.690 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:15:26.690 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:15:26.696 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:15:26.698 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:15:26.699 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:15:26.699 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:15:26.699 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:15:26.743 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+20:15:30.028 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 54
+20:15:33.371 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] nice
+20:16:24.557 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:16:24.858 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:16:25.169 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:16:25.170 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:16:25.170 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:16:25.171 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:16:25.171 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:16:25.171 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:16:25.288 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:16:25.303 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:16:25.303 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:16:25.304 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:16:25.304 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:16:25.306 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:16:25.306 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:16:25.307 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:16:25.308 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:16:25.308 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:16:25.309 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:16:25.310 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:16:25.314 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:16:25.315 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:16:25.316 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:16:25.316 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:16:25.316 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:16:27.500 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+20:16:30.897 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L46 Doki DEBUG Incremented fwoppydwisk's XP by 60
+20:24:17.711 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:24:18.176 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:24:18.491 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:24:18.492 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:24:18.492 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:24:18.493 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:24:18.493 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:24:18.493 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:24:18.600 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:24:18.612 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:24:18.613 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:24:18.613 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:24:18.615 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:24:18.616 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:24:18.616 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:24:18.616 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:24:18.617 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:24:18.617 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:24:18.617 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:24:18.618 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:24:18.625 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:24:18.626 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:24:18.629 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:24:18.629 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:24:18.629 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:24:35.253 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!rank
+20:24:37.351 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented fwoppydwisk's XP by 75 and level from 1 to 2
+20:24:43.067 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+20:24:43.217 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented fwoppydwisk's XP by 48 and level from 2 to 2
+20:25:40.324 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:25:40.612 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:25:40.982 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:25:40.983 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+20:25:40.983 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+20:25:40.984 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+20:25:40.984 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+20:25:40.984 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+20:25:41.087 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:25:41.099 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:25:41.100 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:25:41.102 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:25:41.102 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:25:41.102 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:25:41.102 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:25:41.103 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:25:41.104 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:25:41.104 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:25:41.104 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:25:41.104 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:25:41.104 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:25:41.105 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:25:41.111 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:25:41.113 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:25:41.114 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:25:41.114 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:25:41.114 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:25:46.535 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+20:25:48.614 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented fwoppydwisk's XP by 75 and level from 2 to 2
+20:25:51.343 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] yo
+20:26:23.424 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] hell yeah
+20:26:23.575 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented fwoppydwisk's XP by 66 and level from 2 to 2
+21:28:29.665 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+21:28:29.901 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented fwoppydwisk's XP by 57 and level from 2 to 2
+21:28:31.402 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!rank
+21:40:58.658 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [notashelf] mra do you think LTO is worth it for the Linux kernel
+21:40:58.891 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L59 Doki DEBUG No record of user ID 419880181101232129, creating blank record
+21:41:08.069 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [notashelf] I've figured out how2lto and how2pgo on Nix
+21:41:12.280 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented notashelf's XP by 66 and level from 1 to 1
+21:41:13.877 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [notashelf] might wanna look into it now that I know how to
+21:47:58.298 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [notashelf] get this java software out of my christian server
+21:49:33.241 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+21:49:33.258 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L59 Doki DEBUG No record of user ID 419880181101232129, creating blank record
+21:49:33.259 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:63)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:45)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:61)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+22:01:34.456 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [mraureliusr] it's pretty heavily debated, a lot of people advise against it because it can cause issues
+22:03:18.647 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+22:03:18.651 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L59 Doki DEBUG No record of user ID 239517706766909440, creating blank record
+22:03:18.652 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:63)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:45)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:61)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+22:03:19.119 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [mraureliusr] also
+22:05:22.761 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+22:05:22.764 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L59 Doki DEBUG No record of user ID 239517706766909440, creating blank record
+22:05:22.765 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:63)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:45)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:61)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+22:05:28.984 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+22:05:31.274 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:05:31.568 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+22:28:45.900 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [notashelf] nvm
+22:30:16.292 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+22:30:16.303 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L59 Doki DEBUG No record of user ID 419880181101232129, creating blank record
+22:30:16.304 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:63)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:45)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:61)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+22:30:16.712 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [notashelf] looks like mold doesn't support linker scripts
+22:31:39.104 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+22:31:39.114 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L59 Doki DEBUG No record of user ID 419880181101232129, creating blank record
+22:31:39.116 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:63)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:45)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:61)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+22:31:41.806 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+22:31:44.098 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:31:44.318 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+22:32:20.276 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] no :mischief:
+22:33:04.971 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:33:05.269 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:33:05.609 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:33:05.610 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+22:33:05.610 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+22:33:05.611 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+22:33:05.611 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+22:33:05.611 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+22:33:05.719 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:33:05.731 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:33:05.732 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+22:33:05.732 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:33:05.732 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+22:33:05.733 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:33:05.737 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:33:05.737 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:33:05.738 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:33:05.739 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:33:05.739 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+22:33:05.739 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:33:05.739 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:33:05.740 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:33:05.740 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:33:05.740 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:33:05.740 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:33:05.740 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:33:05.741 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+22:33:05.741 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:33:05.744 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:33:05.746 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:33:05.748 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:33:05.748 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:33:05.748 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:33:09.865 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+22:33:13.062 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L53 Doki DEBUG Incremented fwoppydwisk's XP by 63 and level from 2 to 2
+22:33:25.837 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] what the fuck
+22:33:27.377 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] lmfao
+22:40:35.769 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:40:36.138 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:40:36.485 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:40:36.486 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+22:40:36.487 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+22:40:36.487 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+22:40:36.487 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+22:40:36.488 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+22:40:36.586 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:40:36.598 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:40:36.599 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+22:40:36.599 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:40:36.601 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:40:36.601 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:40:36.601 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:40:36.601 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+22:40:36.602 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:40:36.603 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:40:36.603 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+22:40:36.603 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:40:36.603 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:40:36.603 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:40:36.603 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:40:36.604 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:40:36.604 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:40:36.604 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:40:36.604 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+22:40:36.604 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:40:36.610 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:40:36.611 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:40:36.614 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:40:36.614 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:40:36.614 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:40:42.883 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+22:40:48.766 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] there
+22:45:32.534 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:45:32.879 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:45:33.236 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:45:33.237 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+22:45:33.237 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+22:45:33.238 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+22:45:33.238 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+22:45:33.238 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+22:45:33.394 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:45:33.405 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:45:33.406 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+22:45:33.406 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:45:33.406 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:45:33.408 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:45:33.408 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:45:33.409 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+22:45:33.409 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:45:33.410 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:45:33.410 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+22:45:33.410 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:45:33.410 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+22:45:33.411 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:45:33.414 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:45:33.418 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:45:33.420 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:45:33.420 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:45:33.420 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:45:51.750 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+22:45:53.763 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L61 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+22:45:58.729 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] me when
+22:46:00.255 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+22:46:03.228 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] dang
+22:46:16.264 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+22:46:16.538 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+22:46:16.790 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+22:46:16.791 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+22:46:16.792 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+22:46:16.792 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+22:46:16.793 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+22:46:16.793 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+22:46:16.900 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+22:46:16.911 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+22:46:16.912 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+22:46:16.912 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+22:46:16.916 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+22:46:16.916 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+22:46:16.917 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+22:46:16.917 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+22:46:16.918 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+22:46:16.919 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+22:46:16.919 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:46:16.919 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+22:46:16.919 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+22:46:16.919 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+22:46:16.923 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+22:46:16.924 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+22:46:16.926 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+22:46:16.926 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+22:46:16.926 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+22:49:23.566 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] moldy nix
+22:50:35.963 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] coding theater
+22:52:28.921 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [MonitoRSS] 📰 | 6.11-rc1: mainline
+
+http://www.kernel.org/
+22:52:28.979 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L61 Doki DEBUG No record of user ID 268478587651358721, creating blank record
diff --git a/logs/logs-2024-07-29.log b/logs/logs-2024-07-29.log
new file mode 100644
index 0000000..58eb8e5
--- /dev/null
+++ b/logs/logs-2024-07-29.log
@@ -0,0 +1,1234 @@
+00:03:21.377 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oki!lb
+00:03:21.996 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L55 Doki DEBUG Incremented fwoppydwisk's XP by 60 and level from 1 to 1
+00:03:27.016 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L27 Doki DEBUG [fwoppydwisk] oh what rhe
+00:03:54.656 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+00:03:55.104 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+00:03:55.657 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+00:03:55.658 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+00:03:55.658 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+00:03:55.659 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+00:03:55.659 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+00:03:55.659 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+00:03:55.788 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+00:03:55.804 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+00:03:55.805 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+00:03:55.805 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+00:03:55.807 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+00:03:55.808 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+00:03:55.808 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+00:03:55.808 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+00:03:55.810 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+00:03:55.810 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+00:03:55.811 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+00:03:55.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+00:03:55.812 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+00:03:55.812 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+00:03:55.816 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+00:03:55.822 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+00:03:55.825 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+00:03:55.825 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+00:03:55.825 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+00:04:14.610 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] oki!lb
+00:04:53.095 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+00:04:53.353 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+00:04:53.735 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+00:04:53.737 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+00:04:53.737 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+00:04:53.738 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+00:04:53.738 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+00:04:53.739 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+00:04:53.879 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+00:04:53.897 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+00:04:53.900 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+00:04:53.900 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+00:04:53.901 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+00:04:53.901 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+00:04:53.902 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+00:04:53.902 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+00:04:53.903 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+00:04:53.904 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+00:04:53.905 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+00:04:53.905 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+00:04:53.905 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+00:04:53.905 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+00:04:53.905 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+00:04:53.905 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+00:04:53.906 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+00:04:53.906 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+00:04:53.906 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+00:04:53.906 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+00:04:53.916 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+00:04:53.917 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+00:04:53.920 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+00:04:53.920 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+00:04:53.920 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+00:04:54.968 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] oki!rank
+00:05:06.059 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] oki!whois
+00:10:05.644 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] oki!lbn
+00:10:07.256 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] ok!lb
+00:10:18.293 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] oki!lb
+00:11:17.602 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk]
+00:11:18.980 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] what the
+00:11:19.766 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [fwoppydwisk] lmfao
+00:15:17.894 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L30 Doki DEBUG [notashelf] soreal
+00:15:18.190 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L64 Doki DEBUG No record of user ID 419880181101232129, creating blank record
+12:55:21.401 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+12:55:21.825 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+12:55:22.105 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+12:55:22.106 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+12:55:22.106 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+12:55:22.107 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+12:55:22.107 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+12:55:22.107 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+12:55:22.261 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+12:55:22.278 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+12:55:22.280 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+12:55:22.281 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+12:55:22.282 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+12:55:22.283 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+12:55:22.283 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+12:55:22.283 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+12:55:22.285 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+12:55:22.285 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+12:55:22.287 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:55:22.288 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+12:55:22.288 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+12:55:22.295 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+12:55:22.302 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+12:55:22.302 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+12:55:22.302 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+12:55:22.302 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+12:55:54.718 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] nuts
+12:55:56.961 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+12:55:57.024 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLIntegrityConstraintViolationException: (conn=92166) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:71)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLIntegrityConstraintViolationException: (conn=92166) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:157)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:69)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+Query is: INSERT INTO users (user_id, server_id, username, last_message) VALUES (?, ?, ?, ?), parameters [437970062922612737,445821876183367680,'fwoppydwisk','2024-07-29 12:55:56.993261']
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+12:55:57.037 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+12:55:57.176 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+12:55:57.224 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLIntegrityConstraintViolationException: (conn=92164) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:71)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLIntegrityConstraintViolationException: (conn=92164) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:157)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:69)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+Query is: INSERT INTO users (user_id, server_id, username, last_message) VALUES (?, ?, ?, ?), parameters [437970062922612737,445821876183367680,'fwoppydwisk','2024-07-29 12:55:57.200709']
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+12:55:57.977 ForkJoinPool.commonPool-wo n.d.j.i.requests.RestActionImpl #lambda$static$1 L53 RestAction ERROR RestAction queue returned failure: [ErrorResponseException] 50035: Invalid Form Body
+embeds[0].description
+ - BASE_TYPE_REQUIRED: This field is required
+net.dv8tion.jda.api.exceptions.ContextException: null
+ at net.dv8tion.jda.api.exceptions.ContextException.here(ContextException.java:54)
+ at net.dv8tion.jda.api.requests.Request.(Request.java:77)
+ at net.dv8tion.jda.internal.requests.RestActionImpl.queue(RestActionImpl.java:203)
+ at net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:573)
+ at net.dv8tion.jda.api.requests.RestAction.queue(RestAction.java:539)
+ at net.hypr.doki.commands.Leaderboard.execute(Leaderboard.java:28)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
+ at com.freya02.botcommands.internal.runner.JavaMethodRunner.invoke(JavaMethodRunner.java:22)
+ at com.freya02.botcommands.internal.runner.MethodRunner.invoke(MethodRunner.java:15)
+ at com.freya02.botcommands.internal.prefixed.TextCommandInfo.execute(TextCommandInfo.java:189)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.tryExecute(CommandListener.java:250)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$onMessageReceived$2(CommandListener.java:173)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$runCommand$5(CommandListener.java:303)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
+ at java.base/java.lang.Thread.run(Thread.java:840)
+12:56:02.533 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] ,te
+12:56:02.589 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+12:56:02.638 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLIntegrityConstraintViolationException: (conn=92161) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:71)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLIntegrityConstraintViolationException: (conn=92161) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:157)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:69)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+Query is: INSERT INTO users (user_id, server_id, username, last_message) VALUES (?, ?, ?, ?), parameters [437970062922612737,445821876183367680,'fwoppydwisk','2024-07-29 12:56:02.613301']
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+12:56:08.805 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] https://tenor.com/bh3nb.gif
+12:56:08.858 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+12:56:08.908 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLIntegrityConstraintViolationException: (conn=92159) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:71)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLIntegrityConstraintViolationException: (conn=92159) Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:157)
+ at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:106)
+ at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:235)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:224)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:95)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:60)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:69)
+ ... 18 common frames omitted
+Caused by: java.sql.SQLException: Cannot add or update a child row: a foreign key constraint fails (`doki_dev`.`users`, CONSTRAINT `user_to_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`))
+Query is: INSERT INTO users (user_id, server_id, username, last_message) VALUES (?, ?, ?, ?), parameters [437970062922612737,445821876183367680,'fwoppydwisk','2024-07-29 12:56:08.883315']
+ at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:146)
+ at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:217)
+ at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:218)
+ ... 23 common frames omitted
+12:56:46.966 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+12:56:47.024 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+12:56:56.073 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] perfect
+12:57:03.745 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+12:57:03.797 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737, creating blank record
+12:57:37.220 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+12:57:37.554 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+12:57:37.936 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+12:57:37.937 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+12:57:37.938 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+12:57:37.939 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+12:57:37.939 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+12:57:37.939 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+12:57:38.080 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+12:57:38.100 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+12:57:38.101 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+12:57:38.101 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+12:57:38.101 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+12:57:38.104 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+12:57:38.104 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+12:57:38.104 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+12:57:38.106 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+12:57:38.106 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+12:57:38.106 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+12:57:38.106 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+12:57:38.107 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+12:57:38.112 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+12:57:38.114 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+12:57:38.116 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+12:57:38.116 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+12:57:38.116 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+12:58:07.810 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+12:58:08.411 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+12:58:08.777 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+12:58:08.778 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+12:58:08.779 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+12:58:08.780 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+12:58:08.780 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+12:58:08.780 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+12:58:08.905 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+12:58:08.922 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+12:58:08.923 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+12:58:08.924 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+12:58:08.926 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+12:58:08.927 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+12:58:08.927 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+12:58:08.927 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+12:58:08.928 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+12:58:08.928 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+12:58:08.929 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+12:58:08.929 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+12:58:08.929 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+12:58:08.930 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+12:58:08.934 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+12:58:08.936 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+12:58:08.939 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+12:58:08.939 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+12:58:08.939 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:04:22.914 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+13:04:23.302 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+13:04:23.595 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+13:04:23.596 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+13:04:23.597 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+13:04:23.598 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+13:04:23.598 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+13:04:23.598 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+13:04:23.740 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+13:04:23.757 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+13:04:23.758 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+13:04:23.758 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+13:04:23.758 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+13:04:23.761 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+13:04:23.761 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+13:04:23.761 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+13:04:23.762 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+13:04:23.763 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+13:04:23.764 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:04:23.765 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+13:04:23.765 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+13:04:23.770 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+13:04:23.775 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+13:04:23.778 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+13:04:23.778 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:04:23.778 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+13:04:28.388 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+13:04:30.856 Command thread #0 c.f.botcommands.internal.utils.Utils #printExceptionString L50 Utils ERROR Unhandled exception in thread 'Command thread #0' while executing request 'oki!lb'
+java.lang.NullPointerException: Cannot invoke "net.dv8tion.jda.api.entities.User.getAvatarUrl()" because "topUser" is null
+ at net.hypr.doki.commands.Leaderboard.buildLeaderboardEmbed(Leaderboard.java:53)
+ at net.hypr.doki.commands.Leaderboard.execute(Leaderboard.java:28)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
+ at com.freya02.botcommands.internal.runner.JavaMethodRunner.invoke(JavaMethodRunner.java:22)
+ at com.freya02.botcommands.internal.runner.MethodRunner.invoke(MethodRunner.java:15)
+ at com.freya02.botcommands.internal.prefixed.TextCommandInfo.execute(TextCommandInfo.java:189)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.tryExecute(CommandListener.java:250)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$onMessageReceived$2(CommandListener.java:173)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$runCommand$5(CommandListener.java:303)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
+ at java.base/java.lang.Thread.run(Thread.java:840)
+
+13:04:30.865 Command thread #0 c.f.b.api.localization.Localization #retrieveBundle L63 Localization WARN Unable to find bundle 'DefaultMessages_default' with locale 'en_US', falling back to neutral lang
+13:04:30.866 Command thread #0 c.f.b.api.localization.Localization #retrieveBundle L63 Localization WARN Unable to find bundle 'DefaultMessages' with locale 'en_US', falling back to neutral lang
+13:04:35.407 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] incredible
+13:04:46.809 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.IllegalStateException: This message event did not happen in a guild
+ at net.dv8tion.jda.api.events.message.GenericMessageEvent.getGuild(GenericMessageEvent.java:162)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:31)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+13:06:32.015 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+13:06:32.340 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+13:06:32.695 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+13:06:32.696 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+13:06:32.696 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+13:06:32.697 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+13:06:32.697 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+13:06:32.697 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+13:06:32.821 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+13:06:32.836 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+13:06:32.837 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+13:06:32.838 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+13:06:32.838 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+13:06:32.838 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+13:06:32.840 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+13:06:32.841 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+13:06:32.842 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+13:06:32.842 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+13:06:32.843 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+13:06:32.843 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+13:06:32.843 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+13:06:32.843 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+13:06:32.844 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+13:06:32.844 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+13:06:32.844 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:06:32.844 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:06:32.844 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+13:06:32.844 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+13:06:32.853 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+13:06:32.855 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+13:06:32.857 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:06:32.857 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+13:06:32.857 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+13:06:39.992 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+13:06:42.399 Command thread #0 net.hypr.doki.commands.Leaderboard #buildLeaderboardEmbed L51 Doki DEBUG 437970062922612737
+13:06:42.401 Command thread #0 c.f.botcommands.internal.utils.Utils #printExceptionString L50 Utils ERROR Unhandled exception in thread 'Command thread #0' while executing request 'oki!lb'
+java.lang.NullPointerException: Cannot invoke "net.dv8tion.jda.api.entities.User.getAvatarUrl()" because "topUser" is null
+ at net.hypr.doki.commands.Leaderboard.buildLeaderboardEmbed(Leaderboard.java:54)
+ at net.hypr.doki.commands.Leaderboard.execute(Leaderboard.java:30)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
+ at com.freya02.botcommands.internal.runner.JavaMethodRunner.invoke(JavaMethodRunner.java:22)
+ at com.freya02.botcommands.internal.runner.MethodRunner.invoke(MethodRunner.java:15)
+ at com.freya02.botcommands.internal.prefixed.TextCommandInfo.execute(TextCommandInfo.java:189)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.tryExecute(CommandListener.java:250)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$onMessageReceived$2(CommandListener.java:173)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$runCommand$5(CommandListener.java:303)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
+ at java.base/java.lang.Thread.run(Thread.java:840)
+
+13:06:42.411 Command thread #0 c.f.b.api.localization.Localization #retrieveBundle L63 Localization WARN Unable to find bundle 'DefaultMessages_default' with locale 'en_US', falling back to neutral lang
+13:06:42.411 Command thread #0 c.f.b.api.localization.Localization #retrieveBundle L63 Localization WARN Unable to find bundle 'DefaultMessages' with locale 'en_US', falling back to neutral lang
+13:06:53.165 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] hmmm
+13:07:08.899 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+13:07:09.180 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+13:07:09.594 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+13:07:09.595 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+13:07:09.596 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+13:07:09.598 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+13:07:09.598 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+13:07:09.598 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+13:07:09.843 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+13:07:09.858 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+13:07:09.861 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+13:07:09.861 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+13:07:09.862 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+13:07:09.862 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+13:07:09.863 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+13:07:09.863 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+13:07:09.867 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+13:07:09.868 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+13:07:09.868 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+13:07:09.869 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+13:07:09.873 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+13:07:09.876 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+13:07:09.878 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+13:07:09.878 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+13:07:09.878 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+13:07:14.083 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+13:17:51.763 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+13:47:39.348 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] h
+14:44:56.603 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #lambda$reconnect$8 L687 WebSocketClient WARN Reconnect failed! Next attempt in 2s
+14:44:59.504 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+14:45:03.943 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+14:45:04.359 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+14:50:18.192 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] it's not a nickname, it's your official callsign xd
+14:50:27.598 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 239517706766909440 in server 445821876183367680, creating blank record
+14:50:27.749 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] here in Canada you get to pick from a limited list
+14:51:13.389 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] Turkey's callsigns begin with TAA-TCZ or YMA-YMZ
+14:51:34.139 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] not sure which of those are actually being used, that's a lot of callsigns for a country with under 5000 hams
+14:51:50.198 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] oh wait that's for all Turkish communications
+14:52:07.935 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] so I guess some of those blocks are for TV and radio stations, etc.
+14:56:35.301 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] so you could get something like YMI2COOL
+14:56:37.910 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] xd
+14:57:11.008 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] or YMI5OGAY
+14:57:29.999 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [mraureliusr] you could have a pride celebration on the air and then disappear into a black ops prison
+14:57:57.117 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] G
+14:59:30.207 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+14:59:30.248 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737 in server 445821876183367680, creating blank record
+14:59:30.249 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:71)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:52)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:69)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+14:59:31.171 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+15:00:53.485 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+15:00:53.490 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 437970062922612737 in server 445821876183367680, creating blank record
+15:00:53.493 JDA MainWS-ReadThread n.d.j.a.hooks.InterfacedEventManager #handle L102 JDA ERROR One of the EventListeners had an uncaught exception
+java.lang.RuntimeException: java.sql.SQLException: Cannot get a connection, general error
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:71)
+ at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:456)
+ at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:98)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:88)
+ at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:70)
+ at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:169)
+ at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:138)
+ at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:39)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:1009)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:870)
+ at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1048)
+ at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
+ at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
+ at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
+ at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
+ at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
+ at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
+ at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
+Caused by: java.sql.SQLException: Cannot get a connection, general error
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:151)
+ at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:714)
+ at net.hypr.doki.utils.DBUtils.createUserRecord(DBUtils.java:52)
+ at net.hypr.doki.listeners.MessageListener.onMessageReceived(MessageListener.java:69)
+ ... 18 common frames omitted
+Caused by: java.lang.InterruptedException: null
+ at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1611)
+ at org.apache.commons.pool2.impl.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:1324)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:313)
+ at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:233)
+ at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:139)
+ ... 21 common frames omitted
+15:01:00.221 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+15:01:03.077 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:01:03.626 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
+15:11:47.597 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] my internet dropped
+15:12:07.673 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:12:08.053 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:12:08.373 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:12:08.374 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+15:12:08.375 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+15:12:08.375 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+15:12:08.375 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+15:12:08.376 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+15:12:08.485 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:12:08.501 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:12:08.503 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+15:12:08.503 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+15:12:08.505 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+15:12:08.505 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:12:08.505 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:12:08.506 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+15:12:08.507 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:12:08.507 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:12:08.507 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:12:08.508 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:12:08.509 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+15:12:08.509 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:12:08.512 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:12:08.514 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:12:08.516 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:12:08.516 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+15:12:08.516 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:12:13.449 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!ping
+15:12:16.072 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L61 Doki DEBUG Incremented fwoppydwisk's XP by 72 and level from 1 to 1
+15:12:22.347 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+15:12:24.676 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] there we go
+15:12:26.303 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] :facewithraised_eyebrow:
+15:12:48.477 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+15:12:49.000 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+15:12:49.415 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+15:12:49.416 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+15:12:49.417 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+15:12:49.417 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+15:12:49.417 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+15:12:49.418 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+15:12:49.525 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+15:12:49.537 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+15:12:49.539 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+15:12:49.539 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+15:12:49.540 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+15:12:49.540 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+15:12:49.540 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+15:12:49.541 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+15:12:49.542 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+15:12:49.542 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+15:12:49.542 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+15:12:49.543 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+15:12:49.543 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+15:12:49.543 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+15:12:49.543 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+15:12:49.543 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+15:12:49.543 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:12:49.544 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+15:12:49.544 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+15:12:49.544 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+15:12:49.551 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+15:12:49.553 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+15:12:49.555 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+15:12:49.555 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+15:12:49.555 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+15:12:51.339 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+15:12:59.076 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] there
+17:39:54.697 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:39:55.678 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:39:56.076 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:39:56.077 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+17:39:56.078 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+17:39:56.079 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+17:39:56.079 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+17:39:56.079 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+17:39:56.204 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:39:56.219 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:39:56.220 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+17:39:56.220 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:39:56.221 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+17:39:56.221 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:39:56.223 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:39:56.223 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:39:56.225 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:39:56.225 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:39:56.225 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:39:56.226 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:39:56.227 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+17:39:56.227 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:39:56.235 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:39:56.237 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:39:56.238 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+17:39:56.238 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:39:56.238 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:40:03.367 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!lb
+17:40:15.046 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L61 Doki DEBUG Incremented fwoppydwisk's XP by 69 and level from 1 to 1
+17:40:20.286 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] dees nut
+17:40:23.772 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] oki!rank
+17:41:28.072 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [notashelf] I'm going to slap you with a systemd
+17:41:28.223 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L67 Doki DEBUG No record of user ID 419880181101232129 in server 445821876183367680, creating blank record
+17:41:41.559 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L32 Doki DEBUG [fwoppydwisk] damn
+17:42:41.514 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:42:42.398 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:42:42.916 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:42:42.920 main net.hypr.doki.Doki #start L38 Doki INFO Bot connected as OkiDoki#1045
+17:42:42.921 main net.hypr.doki.Doki #start L39 Doki INFO The bot is present on these guilds :
+17:42:42.923 main net.hypr.doki.Doki #start L41 Doki INFO - the world machine (1013928864868728872)
+17:42:42.924 main net.hypr.doki.Doki #start L41 Doki INFO - frzn.dev (445821876183367680)
+17:42:42.924 main net.hypr.doki.Doki #start L43 Doki INFO Registered prefix: oki!
+17:42:43.203 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:42:43.230 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:42:43.239 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:42:43.241 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:42:43.244 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+17:42:43.245 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:42:43.246 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+17:42:43.246 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:42:43.247 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:42:43.248 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:42:43.249 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+17:42:43.250 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:42:43.269 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:42:43.273 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:42:43.274 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:42:43.274 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:42:43.274 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+17:45:57.906 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+17:45:58.531 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+17:45:58.904 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+17:45:58.905 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+17:45:58.905 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+17:45:58.906 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+17:45:58.906 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+17:45:58.906 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+17:45:59.037 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+17:45:59.052 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+17:45:59.053 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+17:45:59.054 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+17:45:59.054 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+17:45:59.056 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+17:45:59.057 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+17:45:59.057 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+17:45:59.058 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+17:45:59.059 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+17:45:59.059 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+17:45:59.059 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+17:45:59.060 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+17:45:59.070 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+17:45:59.072 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+17:45:59.074 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+17:45:59.074 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+17:45:59.074 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+17:46:09.623 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L33 Doki DEBUG [fwoppydwisk] nuts
+18:54:21.369 JDA Gateway-Worker 1 n.d.j.i.requests.WebSocketClient #sendKeepAlive L737 WebSocketClient WARN Missed 2 heartbeats! Trying to reconnect...
+18:58:13.116 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L33 Doki DEBUG [fwoppydwisk] dingus
+18:58:13.771 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L62 Doki DEBUG Incremented fwoppydwisk's XP by 48 and level from 1 to 1
+19:06:07.212 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+19:06:07.717 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+19:06:08.155 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+19:06:08.156 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+19:06:08.157 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+19:06:08.158 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+19:06:08.158 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+19:06:08.158 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+19:06:08.270 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+19:06:08.280 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+19:06:08.281 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+19:06:08.282 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+19:06:08.283 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+19:06:08.283 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+19:06:08.283 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+19:06:08.284 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+19:06:08.284 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+19:06:08.285 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+19:06:08.285 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+19:06:08.285 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+19:06:08.285 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+19:06:08.286 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+19:06:08.293 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+19:06:08.295 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+19:06:08.296 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+19:06:08.296 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+19:06:08.296 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+19:24:53.183 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] https://tenor.com/view/among-us-amogus-ass-dance-happy-gif-20485385
+19:25:28.048 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP (96 -> 48)
+19:25:28.096 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] https://tenor.com/view/indigo-park-rambley-indigo-park-rambley-the-raccoon-gif-13523925774961447689
+20:02:39.785 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [ve3kcn] :kekw:
+20:02:40.210 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L57 Doki DEBUG No record of user ID 363850072309497876 in server 445821876183367680, creating blank record
+20:03:06.709 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [ve3kcn] donut you need to get yourself some CATS radios smh
+20:11:08.669 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] me when i
+20:11:09.339 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP (345 -> 291)
+20:14:10.207 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:14:10.994 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:14:11.415 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:14:11.416 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:14:11.417 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:14:11.418 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:14:11.418 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:14:11.418 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:14:11.561 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:14:11.578 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:14:11.580 main c.f.botcommands.api.CommandsBuilder #build L301 CommandsBuilder ERROR An error occurred while creating the framework, aborted
+20:14:11.580 main net.hypr.doki.Doki #main L75 Doki ERROR Unable to start the bot
+java.lang.RuntimeException: An exception occurred while processing prefixed command at Rank#execute(BaseCommandEvent, Member)
+ at com.freya02.botcommands.internal.prefixed.PrefixedCommandsBuilder.processPrefixedCommand(PrefixedCommandsBuilder.java:42)
+ at com.freya02.botcommands.internal.CommandsBuilderImpl.processMethod(CommandsBuilderImpl.java:180)
+ at com.freya02.botcommands.internal.CommandsBuilderImpl.processClass(CommandsBuilderImpl.java:132)
+ at com.freya02.botcommands.internal.CommandsBuilderImpl.buildClasses(CommandsBuilderImpl.java:85)
+ at com.freya02.botcommands.internal.CommandsBuilderImpl.build(CommandsBuilderImpl.java:240)
+ at com.freya02.botcommands.api.CommandsBuilder.build(CommandsBuilder.java:299)
+ at com.freya02.botcommands.api.CommandsBuilder.build(CommandsBuilder.java:284)
+ at net.hypr.doki.Doki.main(Doki.java:73)
+Caused by: java.lang.IllegalArgumentException: Unsupported custom parameter: net.dv8tion.jda.api.entities.Member, did you forget to use TextOption on non-custom options ?
+ at com.freya02.botcommands.internal.application.CommandParameter.(CommandParameter.java:78)
+ at com.freya02.botcommands.internal.application.CommandParameter.(CommandParameter.java:37)
+ at com.freya02.botcommands.internal.prefixed.TextCommandParameter.(TextCommandParameter.java:18)
+ at com.freya02.botcommands.internal.prefixed.TextCommandInfo.lambda$new$0(TextCommandInfo.java:75)
+ at com.freya02.botcommands.internal.MethodParameters.(MethodParameters.java:39)
+ at com.freya02.botcommands.internal.MethodParameters.of(MethodParameters.java:66)
+ at com.freya02.botcommands.internal.prefixed.TextCommandInfo.(TextCommandInfo.java:67)
+ at com.freya02.botcommands.internal.prefixed.PrefixedCommandsBuilder.processPrefixedCommand(PrefixedCommandsBuilder.java:32)
+ ... 7 common frames omitted
+20:14:36.836 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:14:37.355 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:14:37.786 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:14:37.787 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:14:37.788 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:14:37.790 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:14:37.790 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:14:37.790 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:14:37.978 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:14:38.001 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:14:38.007 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:14:38.007 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:14:38.008 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:14:38.009 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:14:38.009 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:14:38.010 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:14:38.010 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:14:38.012 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:14:38.012 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:14:38.013 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:14:38.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:14:38.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:14:38.014 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:14:38.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:14:38.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:14:38.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:14:38.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:14:38.015 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:14:38.015 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:14:38.026 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:14:38.030 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:14:38.034 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:14:38.034 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:14:38.034 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:16:14.156 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:16:14.821 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:16:15.286 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:16:15.287 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:16:15.288 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:16:15.289 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:16:15.289 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:16:15.289 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:16:15.424 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:16:15.440 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:16:15.441 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:16:15.444 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:16:15.444 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:16:15.445 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:16:15.445 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:16:15.446 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:16:15.446 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:16:15.448 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:16:15.448 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:16:15.449 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:16:15.450 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:16:15.450 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:16:15.450 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:16:15.461 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:16:15.464 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:16:15.466 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:16:15.466 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:16:15.466 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:16:27.603 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:16:28.550 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:16:28.919 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:16:28.920 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:16:28.921 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:16:28.921 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:16:28.922 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:16:28.922 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:16:29.061 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:16:29.079 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:16:29.080 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:16:29.082 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:16:29.083 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:16:29.083 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:16:29.084 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:16:29.084 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:16:29.084 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:16:29.085 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:16:29.085 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:16:29.089 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:16:29.090 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:16:29.091 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:16:29.091 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:16:29.097 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:16:29.100 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:16:29.101 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:16:29.101 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:16:29.101 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:16:36.797 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] test microwabe
+20:16:49.323 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP in 445821876183367680 (435 -> 363)
+20:16:49.336 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] bingus
+20:16:50.785 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP in 445821876183367680 (459 -> 0)
+20:16:50.786 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L34 Doki DEBUG Incremented fwoppydwisk's level in 445821876183367680 (1 -> 2)
+20:17:49.113 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:17:50.015 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:17:50.555 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:17:50.558 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:17:50.559 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:17:50.563 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:17:50.563 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:17:50.563 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:17:50.781 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:17:50.809 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:17:50.811 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:17:50.813 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:17:50.813 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:17:50.818 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:17:50.819 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:17:50.820 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:17:50.820 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:17:50.822 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:17:50.822 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:17:50.823 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:17:50.824 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:17:50.825 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:17:50.843 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:17:50.846 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:17:50.848 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:17:50.848 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:17:50.848 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:17:51.117 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] lmao
+20:18:04.713 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP in 445821876183367680 (0 -> 57)
+20:18:09.485 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] test
+20:18:10.584 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP in 445821876183367680 (57 -> 108)
+20:18:16.183 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] there we go
+20:18:17.751 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP in 445821876183367680 (108 -> 156)
+20:18:17.756 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] I fixed it
+20:18:18.994 JDA MainWS-ReadThread net.hypr.doki.utils.LevellingUtils #incrementXp L32 Doki DEBUG Incremented fwoppydwisk's XP in 445821876183367680 (156 -> 225)
+20:18:36.151 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:18:37.103 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:18:37.748 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:18:37.749 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:18:37.750 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:18:37.751 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:18:37.751 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:18:37.751 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:18:37.894 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:18:37.909 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:18:37.916 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:18:37.917 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:18:37.917 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:18:37.918 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:18:37.918 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:18:37.918 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:18:37.919 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:18:37.920 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:18:37.920 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:18:37.921 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:18:37.922 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:18:37.923 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:18:37.923 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:18:37.928 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:18:37.931 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:18:37.933 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:18:37.933 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:18:37.933 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:19:13.509 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] wait no
+20:19:21.871 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] woops
+20:19:41.938 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:19:42.795 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:19:43.604 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:19:43.606 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:19:43.607 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:19:43.608 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:19:43.608 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:19:43.609 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:19:43.879 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:19:43.902 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:19:43.903 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:19:43.907 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:19:43.908 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:19:43.909 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:19:43.909 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:19:43.910 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:19:43.910 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:19:43.912 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:19:43.912 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:19:43.913 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:19:43.913 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:19:43.913 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:19:43.914 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:19:43.915 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:19:43.915 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:19:43.915 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:19:43.915 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:19:43.915 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:19:43.915 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:19:43.922 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:19:43.928 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:19:43.931 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:19:43.931 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:19:43.931 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:20:05.881 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] :facewithraised_eyebrow:
+20:20:14.243 Command thread #2 c.f.botcommands.internal.utils.Utils #printExceptionString L50 Utils ERROR Unhandled exception in thread 'Command thread #2' while executing request 'oki!rank 239517706766909440'
+java.lang.ClassCastException: class com.freya02.botcommands.internal.prefixed.BaseCommandEventImpl cannot be cast to class com.freya02.botcommands.api.prefixed.CommandEvent (com.freya02.botcommands.internal.prefixed.BaseCommandEventImpl and com.freya02.botcommands.api.prefixed.CommandEvent are in unnamed module of loader 'app')
+ at net.hypr.doki.commands.Rank.execute(Rank.java:25)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:568)
+ at com.freya02.botcommands.internal.runner.JavaMethodRunner.invoke(JavaMethodRunner.java:22)
+ at com.freya02.botcommands.internal.runner.MethodRunner.invoke(MethodRunner.java:15)
+ at com.freya02.botcommands.internal.prefixed.TextCommandInfo.execute(TextCommandInfo.java:189)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.tryExecute(CommandListener.java:250)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$onMessageReceived$2(CommandListener.java:169)
+ at com.freya02.botcommands.internal.prefixed.CommandListener.lambda$runCommand$5(CommandListener.java:303)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
+ at java.base/java.lang.Thread.run(Thread.java:840)
+
+20:20:14.267 Command thread #2 c.f.b.api.localization.Localization #retrieveBundle L63 Localization WARN Unable to find bundle 'DefaultMessages_default' with locale 'en_US', falling back to neutral lang
+20:20:14.268 Command thread #2 c.f.b.api.localization.Localization #retrieveBundle L63 Localization WARN Unable to find bundle 'DefaultMessages' with locale 'en_US', falling back to neutral lang
+20:20:17.160 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] lmao
+20:21:13.367 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:21:14.358 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:21:14.865 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:21:14.867 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:21:14.868 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:21:14.869 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:21:14.869 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:21:14.869 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:21:15.014 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:21:15.031 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:21:15.034 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:21:15.035 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:21:15.035 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:21:15.035 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:21:15.036 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:21:15.036 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:21:15.036 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:21:15.037 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:21:15.038 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:21:15.039 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:21:15.040 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:21:15.040 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:21:15.040 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:21:15.046 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:21:15.051 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:21:15.053 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:21:15.053 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:21:15.053 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:21:35.142 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] yippee
+20:22:34.665 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] hm
+20:22:35.469 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] weird
+20:22:36.525 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] anyway
+20:23:13.460 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:23:14.204 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:23:14.598 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:23:14.599 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:23:14.600 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:23:14.601 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:23:14.601 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:23:14.601 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:23:14.736 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:23:14.752 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:23:14.753 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:23:14.753 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:23:14.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:23:14.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:23:14.756 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:23:14.757 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:23:14.757 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:23:14.758 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:23:14.759 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:23:14.759 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:23:14.759 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:23:14.760 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:23:14.768 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:23:14.771 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:23:14.773 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:23:14.773 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:23:14.773 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+20:23:38.239 JDA MainWS-ReadThread n.h.doki.listeners.MessageListener #onMessageReceived L40 Doki DEBUG [fwoppydwisk] needs more debug logging
+20:28:56.421 main net.dv8tion.jda.internal.JDAImpl #login L326 JDA INFO Login Successful!
+20:28:57.640 JDA MainWS-WriteThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+20:28:58.171 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L210 JDA INFO Finished Loading!
+20:28:58.174 main net.hypr.doki.Doki #start L40 Doki INFO Bot connected as OkiDoki#1045
+20:28:58.175 main net.hypr.doki.Doki #start L41 Doki INFO The bot is present on these guilds :
+20:28:58.176 main net.hypr.doki.Doki #start L43 Doki INFO - the world machine (1013928864868728872)
+20:28:58.176 main net.hypr.doki.Doki #start L43 Doki INFO - frzn.dev (445821876183367680)
+20:28:58.176 main net.hypr.doki.Doki #start L45 Doki INFO Registered prefix: oki!
+20:28:58.359 main c.f.b.internal.Version$Companion #checkVersions L46 Class DEBUG Loading BotCommands 2.10.4_b8aa5b5732 ; Compiled with JDA 5.0.0-beta.8 ; Running with JDA 5.0.1_bc9187a
+20:28:58.389 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path about for method About#execute(CommandEvent)
+20:28:58.393 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(CommandEvent)
+20:28:58.397 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path rank for method Rank#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:28:58.399 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path ping for method Ping#execute(CommandEvent)
+20:28:58.400 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(CommandEvent)
+20:28:58.400 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, User) with pattern ^(?:<@!?)?(\d+)>?
+20:28:58.401 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path whois for method WhoIs#execute(BaseCommandEvent, Member) with pattern ^(?:<@!?)?(\d+)>?
+20:28:58.401 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path leaderboard for method Leaderboard#execute(CommandEvent)
+20:28:58.403 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L39 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(CommandEvent)
+20:28:58.404 main c.f.b.i.p.PrefixedCommandsBuilder #processPrefixedCommand L37 PrefixedCommandsBuil DEBUG Added prefixed command path help for method HelpCommand#execute(BaseCommandEvent, String) with pattern ^(\X+)
+20:28:58.405 main c.f.b.i.p.PrefixedCommandsBuilder #postProcess L49 PrefixedCommandsBuil INFO Loaded 8 commands
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'help' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'whois' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'leaderboard' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'ping' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'about' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.i.p.PrefixedCommandsBuilder #printCommands L66 PrefixedCommandsBuil DEBUG - 'rank' Bot permission=[] User permissions=[]
+20:28:58.407 main c.f.b.internal.CommandsBuilderImpl #buildClasses L106 CommandsBuilderImpl INFO ComponentManager is not set, the Components API, paginators and menus won't be usable
+20:28:58.413 main c.f.b.internal.CommandsBuilderImpl #buildClasses L123 CommandsBuilderImpl INFO Finished registering all commands
+20:28:58.416 main c.f.b.api.waiter.EventWaiter # L74 EventWaiter DEBUG Initialized EventWaiter
+20:28:58.419 pool-2-thread-2 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'the world machine' (1013928864868728872) commands does not have to be updated (Local disk check)
+20:28:58.418 pool-2-thread-1 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleGlobalApp L147 ApplicationCommandsB DEBUG Global commands does not have to be updated (Local disk check)
+20:28:58.419 pool-2-thread-3 c.f.b.i.a.ApplicationCommandsBuilder #lambda$scheduleApplicati L214 ApplicationCommandsB DEBUG Guild 'frzn.dev' (445821876183367680) commands does not have to be updated (Local disk check)
+23:28:46.510 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #handleReconnect L591 WebSocketClient WARN Got disconnected from WebSocket (Code 1000). Appending to reconnect queue
+23:28:49.132 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #onConnected L430 WebSocketClient INFO Connected to WebSocket
+23:28:49.425 JDA MainWS-ReadThread n.d.j.i.requests.WebSocketClient #ready L216 JDA INFO Finished (Re)Loading!
diff --git a/pom.xml b/pom.xml
index 529c817..703d412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,37 @@
io.github.freya022BotCommands2.10.4
+
+
+ org.json
+ json
+
+ org.jsonjson20231013
+
+ ch.qos.logback
+ logback-classic
+ 1.5.6
+
+
+ org.mariadb.jdbc
+ mariadb-java-client
+ 2.1.2
+
+
+ org.apache.commons
+ commons-dbcp2
+ 2.12.0
+
+
+ commons-dbutils
+ commons-dbutils
+ 1.8.1
+
\ No newline at end of file
diff --git a/src/main/java/net/hypr/doki/Config.java b/src/main/java/net/hypr/doki/Config.java
index dd9e7af..f329059 100644
--- a/src/main/java/net/hypr/doki/Config.java
+++ b/src/main/java/net/hypr/doki/Config.java
@@ -4,13 +4,13 @@ import com.google.gson.Gson;
import java.io.*;
import java.nio.charset.StandardCharsets;
-import java.nio.file.Path;
//You can add more fields in this class, if your input json matches the structure
//You will need a valid config.json in the package com.freya02.bot for this to work
public class Config {
@SuppressWarnings("unused") private String token;
- @SuppressWarnings("unused") private DBConfig dbConfig;
+ @SuppressWarnings("unused") private String prefix;
+ @SuppressWarnings("unused") private DBConfig mariadb;
/**
* Returns the configuration object for this bot
@@ -19,18 +19,18 @@ public class Config {
* @throws IOException if the config JSON could not be read
*/
public static Config readConfig() throws IOException {
- System.out.println(Path.of("config.json"));
try (InputStream in=Thread.currentThread().getContextClassLoader().getResourceAsStream("config.json")) {
assert in != null;
Reader reader = new InputStreamReader(in, StandardCharsets.UTF_8);
return new Gson().fromJson(reader, Config.class);
} catch (IOException e) {
throw new IOException("""
- config.json was not found in the root folder (of the project), did you forget to put it ?
+ config.json was not found in the root folder (of the project), did you forget to create it ?
Example structure:
{
- "token": "[your_bot_token_here]"
+ "token": "[your_bot_token_here]",
+ "prefix": "!"
}
""", e);
}
@@ -39,17 +39,19 @@ public class Config {
public String getToken() {
return token;
}
+ public String getPrefix() {
+ return prefix;
+ }
public DBConfig getDbConfig() {
- return dbConfig;
+ return mariadb;
}
public static class DBConfig {
- @SuppressWarnings("unused") private String serverName, user, password, dbName;
- @SuppressWarnings("unused") private int portNumber;
+ @SuppressWarnings("unused") private String host, user, password, database;
- public String getServerName() {
- return serverName;
+ public String getHost() {
+ return host;
}
public String getUser() {
@@ -60,12 +62,8 @@ public class Config {
return password;
}
- public String getDbName() {
- return dbName;
- }
-
- public int getPortNumber() {
- return portNumber;
+ public String getDatabase() {
+ return database;
}
}
}
\ No newline at end of file
diff --git a/src/main/java/net/hypr/doki/Doki.java b/src/main/java/net/hypr/doki/Doki.java
index 0ff45d9..75225ed 100644
--- a/src/main/java/net/hypr/doki/Doki.java
+++ b/src/main/java/net/hypr/doki/Doki.java
@@ -6,6 +6,8 @@ import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.entities.*;
import net.dv8tion.jda.api.requests.GatewayIntent;
+import net.hypr.doki.listeners.LevellingListener;
+import org.apache.commons.dbcp2.BasicDataSource;
import org.slf4j.Logger;
import java.io.IOException;
@@ -14,22 +16,24 @@ public class Doki {
private static final Logger LOGGER = Logging.getLogger();
private static JDA jda;
private static Config config;
+ private static String prefix;
+ private static final BasicDataSource dataSource = new BasicDataSource();
+
private Doki(JDA jda, Config config) {
Doki.jda = jda;
Doki.config = config;
+ Doki.prefix = config.getPrefix();
}
- public JDA getJDA() {
- return jda;
- }
-
- public static Doki start() throws IOException, InterruptedException {
+ @SuppressWarnings("InstantiationOfUtilityClass")
+ private static void start() throws IOException, InterruptedException {
config = Config.readConfig();
final JDA jda = JDABuilder.createLight(config.getToken())
.setActivity(Activity.customStatus("Banned from everywhere"))
.enableIntents(GatewayIntent.MESSAGE_CONTENT)
+ .addEventListeners(new LevellingListener())
.build()
.awaitReady();
@@ -39,16 +43,34 @@ public class Doki {
for (Guild guild : jda.getGuildCache()) {
LOGGER.info("\t- {} ({})", guild.getName(), guild.getId());
}
+ LOGGER.info("Registered prefix: " + config.getPrefix());
- return new Doki(jda, config);
+ Config.DBConfig dbConfig = config.getDbConfig();
+ dataSource.setDriverClassName("org.mariadb.jdbc.Driver");
+ dataSource.setUrl("jdbc:mariadb://" + dbConfig.getHost() + "/" + dbConfig.getDatabase());
+ dataSource.setUsername(dbConfig.getUser());
+ dataSource.setPassword(dbConfig.getPassword());
+ dataSource.setMaxTotal(15);
+ dataSource.setMaxIdle(5);
+ dataSource.setMinIdle(2);
+ dataSource.setInitialSize(20);
+
+ new Doki(jda, config);
}
+ public static BasicDataSource getDataSource() { return dataSource; }
+
+ public static JDA getJDA() { return jda; }
+
+ public static String getPrefix() { return prefix; }
+
public static void main(String[] args) {
try {
- jda = start().getJDA();
+ start();
+ jda = getJDA();
CommandsBuilder.newBuilder(437970062922612737L)
- .textCommandBuilder(textCommandsBuilder -> textCommandsBuilder.addPrefix("oki!"))
- .build(jda, "net.hypr.doki.commands"); //Registering listeners is taken care of by the lib
+ .textCommandBuilder(textCommandsBuilder -> textCommandsBuilder.addPrefix(config.getPrefix()))
+ .build(jda, "net.hypr.doki.commands");
} catch (Exception e) {
LOGGER.error("Unable to start the bot", e);
System.exit(-1);
diff --git a/src/main/java/net/hypr/doki/commands/About.java b/src/main/java/net/hypr/doki/commands/About.java
index af744ec..dadd972 100644
--- a/src/main/java/net/hypr/doki/commands/About.java
+++ b/src/main/java/net/hypr/doki/commands/About.java
@@ -1,5 +1,6 @@
package net.hypr.doki.commands;
+import com.freya02.botcommands.api.annotations.CommandMarker;
import com.freya02.botcommands.api.prefixed.CommandEvent;
import com.freya02.botcommands.api.prefixed.TextCommand;
import com.freya02.botcommands.api.prefixed.annotations.Category;
@@ -11,10 +12,11 @@ import net.dv8tion.jda.api.entities.SelfUser;
import java.awt.*;
-@Category("Misc")
+@CommandMarker
+@Category("Utils")
@Description("Get about info")
public class About extends TextCommand {
- @JDATextCommand(name = "about")
+ @JDATextCommand(name = "about", aliases = {"doki"})
public void execute(CommandEvent event) {
JDA jda = event.getJDA();
SelfUser selfUser = jda.getSelfUser();
diff --git a/src/main/java/net/hypr/doki/commands/Leaderboard.java b/src/main/java/net/hypr/doki/commands/Leaderboard.java
new file mode 100644
index 0000000..31f7197
--- /dev/null
+++ b/src/main/java/net/hypr/doki/commands/Leaderboard.java
@@ -0,0 +1,52 @@
+package net.hypr.doki.commands;
+
+import com.freya02.botcommands.api.annotations.CommandMarker;
+import com.freya02.botcommands.api.prefixed.CommandEvent;
+import com.freya02.botcommands.api.prefixed.TextCommand;
+import com.freya02.botcommands.api.prefixed.annotations.Category;
+import com.freya02.botcommands.api.prefixed.annotations.Description;
+import com.freya02.botcommands.api.prefixed.annotations.JDATextCommand;
+import net.dv8tion.jda.api.EmbedBuilder;
+import net.hypr.doki.utils.DBUtils;
+import net.hypr.doki.utils.UserRecord;
+
+import java.awt.*;
+import java.sql.SQLException;
+import java.util.List;
+
+@CommandMarker
+@Category("Levelling")
+@Description("Get the global leaderboard")
+public class Leaderboard extends TextCommand {
+ @JDATextCommand(name = "leaderboard", order = 1, aliases = { "lb" })
+ public void execute(CommandEvent event) throws SQLException {
+ List userRecords = DBUtils.getAllUserRecords(event.getGuild().getIdLong());
+ // Sort the leaderboard highest level first
+ userRecords.sort((o1, o2) -> o2.totalXp - o1.totalXp);
+ EmbedBuilder whoIsEmbed = buildLeaderboardEmbed(userRecords, event);
+ event.reply(whoIsEmbed.build()).queue();
+ }
+
+ private EmbedBuilder buildLeaderboardEmbed(List userRecords , CommandEvent event) {
+ StringBuilder leaderboard = new StringBuilder();
+ int idx = 1;
+ for (UserRecord record : userRecords) {
+ leaderboard
+ .append("**")
+ .append(idx)
+ .append(".** ")
+ .append(record.username)
+ .append(" - ")
+ .append(record.level)
+ .append(" (")
+ .append(record.totalXp)
+ .append(" Total XP)\n");
+ idx += 1;
+ if (idx > 10) break; // Break out after 10 records is reached
+ }
+ return new EmbedBuilder()
+ .setTitle(event.getGuild().getName() + " Leaderboard")
+ .setDescription(leaderboard)
+ .setColor(new Color(210,138,39));
+ }
+}
diff --git a/src/main/java/net/hypr/doki/commands/Ping.java b/src/main/java/net/hypr/doki/commands/Ping.java
index a6f464c..d2e58e1 100644
--- a/src/main/java/net/hypr/doki/commands/Ping.java
+++ b/src/main/java/net/hypr/doki/commands/Ping.java
@@ -1,12 +1,14 @@
package net.hypr.doki.commands;
+import com.freya02.botcommands.api.annotations.CommandMarker;
import com.freya02.botcommands.api.prefixed.CommandEvent;
import com.freya02.botcommands.api.prefixed.TextCommand;
import com.freya02.botcommands.api.prefixed.annotations.Category;
import com.freya02.botcommands.api.prefixed.annotations.Description;
import com.freya02.botcommands.api.prefixed.annotations.JDATextCommand;
-@Category("Misc")
+@CommandMarker
+@Category("Utils")
@Description("Pong!")
public class Ping extends TextCommand {
@JDATextCommand(name = "ping")
diff --git a/src/main/java/net/hypr/doki/commands/Rank.java b/src/main/java/net/hypr/doki/commands/Rank.java
new file mode 100644
index 0000000..2a48361
--- /dev/null
+++ b/src/main/java/net/hypr/doki/commands/Rank.java
@@ -0,0 +1,46 @@
+package net.hypr.doki.commands;
+
+import com.freya02.botcommands.api.annotations.CommandMarker;
+import com.freya02.botcommands.api.prefixed.BaseCommandEvent;
+import com.freya02.botcommands.api.prefixed.CommandEvent;
+import com.freya02.botcommands.api.prefixed.TextCommand;
+import com.freya02.botcommands.api.prefixed.annotations.Category;
+import com.freya02.botcommands.api.prefixed.annotations.Description;
+import com.freya02.botcommands.api.prefixed.annotations.JDATextCommand;
+import com.freya02.botcommands.api.prefixed.annotations.TextOption;
+import net.dv8tion.jda.api.EmbedBuilder;
+import net.dv8tion.jda.api.entities.Member;
+import net.hypr.doki.utils.DBUtils;
+import net.hypr.doki.utils.UserRecord;
+
+import java.sql.SQLException;
+
+@CommandMarker
+@Category("Levelling")
+@Description("Get a user's rank")
+public class Rank extends TextCommand {
+ @JDATextCommand(name = "rank", order = 1)
+ public void execute(BaseCommandEvent event, @TextOption Member member) throws SQLException {
+ UserRecord userRecord = DBUtils.getUserRecord(member.getIdLong(), event.getGuild().getIdLong());
+ EmbedBuilder rankEmbed = buildRankEmbed(member, userRecord);
+ event.reply(rankEmbed.build()).queue();
+ }
+
+ @JDATextCommand(name = "rank", order = 2)
+ public void execute(CommandEvent event) throws SQLException {
+ UserRecord userRecord = DBUtils.getUserRecord(event.getMember().getIdLong(), event.getGuild().getIdLong());
+ EmbedBuilder whoIsEmbed = buildRankEmbed(event.getMember(), userRecord);
+ event.reply(whoIsEmbed.build()).queue();
+ }
+
+ private EmbedBuilder buildRankEmbed(Member user, UserRecord userRecord) {
+ int xpToNextLevel = (((userRecord.level + 1) * 5) * 40) - userRecord.xp;
+ return new EmbedBuilder()
+ .setAuthor(user.getUser().getName(), null, user.getEffectiveAvatarUrl())
+ .setThumbnail(user.getEffectiveAvatarUrl())
+ .addField("Level", String.valueOf(userRecord.level), true)
+ .addField("XP", String.valueOf(userRecord.xp), true)
+ .addField("XP Until level " + (userRecord.level + 1), String.valueOf(xpToNextLevel), true)
+ .setColor(user.getColor());
+ }
+}
diff --git a/src/main/java/net/hypr/doki/commands/WhoIs.java b/src/main/java/net/hypr/doki/commands/WhoIs.java
new file mode 100644
index 0000000..70133f2
--- /dev/null
+++ b/src/main/java/net/hypr/doki/commands/WhoIs.java
@@ -0,0 +1,63 @@
+package net.hypr.doki.commands;
+
+import com.freya02.botcommands.api.annotations.CommandMarker;
+import com.freya02.botcommands.api.prefixed.BaseCommandEvent;
+import com.freya02.botcommands.api.prefixed.CommandEvent;
+import com.freya02.botcommands.api.prefixed.TextCommand;
+import com.freya02.botcommands.api.prefixed.annotations.Category;
+import com.freya02.botcommands.api.prefixed.annotations.Description;
+import com.freya02.botcommands.api.prefixed.annotations.JDATextCommand;
+import com.freya02.botcommands.api.prefixed.annotations.TextOption;
+import net.dv8tion.jda.api.EmbedBuilder;
+import net.dv8tion.jda.api.entities.Member;
+import net.dv8tion.jda.api.entities.Role;
+import net.dv8tion.jda.api.entities.User;
+
+import java.time.Duration;
+import java.time.OffsetDateTime;
+import java.util.stream.Collectors;
+
+@CommandMarker
+@Category("Utils")
+@Description("Get information about a user")
+public class WhoIs extends TextCommand {
+ @JDATextCommand(name = "whois", order = 1)
+ public void execute(BaseCommandEvent event, @TextOption(example = "<@437970062922612737>") Member user) {
+ EmbedBuilder whoIsEmbed = buildUserEmbed(user, (CommandEvent) event);
+ event.reply(whoIsEmbed.build()).queue();
+ }
+
+ @JDATextCommand(name = "whois", order = 2)
+ public void execute(BaseCommandEvent event, @TextOption(example = "<@437970062922612737>") User user) {
+ EmbedBuilder whoIsEmbed = buildUserEmbed((Member) user, (CommandEvent) event);
+ event.reply(whoIsEmbed.build()).queue();
+ }
+
+ @JDATextCommand(name = "whois", order = 3)
+ public void execute(CommandEvent event) {
+ EmbedBuilder whoIsEmbed = buildUserEmbed(event.getMember(), event);
+ event.reply(whoIsEmbed.build()).queue();
+ }
+
+ private EmbedBuilder buildUserEmbed(Member user, CommandEvent event) {
+ return new EmbedBuilder()
+ .setAuthor(user.getUser().getName(), null, user.getEffectiveAvatarUrl())
+ .setThumbnail(user.getEffectiveAvatarUrl())
+ .addField("Information",
+ "**Mention:** " + user.getAsMention() +
+ "\n**ID:** " + user.getId(), true)
+ .addField("Joined",
+ "**Discord:** " +
+ Duration.between(user.getTimeCreated(), OffsetDateTime.now()).toDays() + " days ago\n" +
+ "**->** \n**Guild:** " +
+ Duration.between(user.getTimeJoined(), OffsetDateTime.now()).toDays() + " days ago\n" +
+ "**->** ", true)
+ .addField("Guild-Specific",
+ "**Nickname:** " + user.getNickname() + "\n**Roles (" + ((long) user.getRoles().size() + 1) + "):** `@everyone`, " +
+ user.getRoles().stream().map(Role::getAsMention)
+ .collect(Collectors.joining(", ")) +
+ "\n**Owner:**" + (user.isOwner() ? "Yes" : "No"), false)
+ .addField("Guild", event.getGuild().getName(), false)
+ .setColor(user.getColor());
+ }
+}
diff --git a/src/main/java/net/hypr/doki/listeners/LevellingListener.java b/src/main/java/net/hypr/doki/listeners/LevellingListener.java
new file mode 100644
index 0000000..aa57713
--- /dev/null
+++ b/src/main/java/net/hypr/doki/listeners/LevellingListener.java
@@ -0,0 +1,64 @@
+package net.hypr.doki.listeners;
+
+import com.freya02.botcommands.api.Logging;
+import net.dv8tion.jda.api.entities.Guild;
+import net.dv8tion.jda.api.entities.User;
+import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
+import net.dv8tion.jda.api.hooks.ListenerAdapter;
+import net.hypr.doki.Doki;
+import net.hypr.doki.utils.DBUtils;
+import net.hypr.doki.utils.LevellingUtils;
+import net.hypr.doki.utils.UserRecord;
+import org.slf4j.Logger;
+
+import java.sql.SQLException;
+import java.time.Duration;
+import java.time.LocalDateTime;
+
+public class LevellingListener extends ListenerAdapter {
+ @Override
+ public void onMessageReceived(MessageReceivedEvent event) {
+ Logger log = Logging.getLogger();
+ /* Ignore the message if one of the following conditions is met:
+ - Message is from self user
+ - Message is from bot
+ - Message is command (starts with bot prefix)
+ */
+ if (
+ Doki.getJDA().getSelfUser().getId().equals(event.getAuthor().getId()) ||
+ event.getAuthor().isBot() ||
+ event.getMessage().getContentStripped().startsWith(Doki.getPrefix())
+ ) {
+ log.debug("Ignoring self/bot message with ID " + event.getMessageId());
+ return;
+ }
+
+ User user = event.getAuthor();
+ Guild guild = event.getGuild();
+ boolean userIsInDb = DBUtils.doesUserRecordExist(user.getIdLong(), guild.getIdLong());
+ if (userIsInDb) {
+ try {
+ UserRecord rec = DBUtils.getUserRecord(user.getIdLong(), guild.getIdLong());
+ Duration timeSinceLastMessage = Duration.between(
+ rec.lastMessage.toLocalDateTime(),
+ LocalDateTime.now()
+ );
+ if (timeSinceLastMessage.compareTo(Duration.ofHours(1)) > 0) {
+ // it has been over an hour since the user last sent a message that affected XP
+ LevellingUtils.incrementXp(log, rec);
+ } else {
+ log.debug("Ignoring message ID " + event.getMessageId() + " as not enough time has passed");
+ }
+ } catch (SQLException e) {
+ throw new RuntimeException(e);
+ }
+ } else {
+ log.info("No record of user ID " + user.getId() + " in server " + guild.getId() + ", creating blank record");
+ try {
+ DBUtils.createUserRecord(user.getIdLong(), guild.getIdLong(), user.getName());
+ } catch (SQLException e) {
+ throw new RuntimeException(e);
+ }
+ }
+ }
+}
diff --git a/src/main/java/net/hypr/doki/utils/DBUtils.java b/src/main/java/net/hypr/doki/utils/DBUtils.java
new file mode 100644
index 0000000..fad6012
--- /dev/null
+++ b/src/main/java/net/hypr/doki/utils/DBUtils.java
@@ -0,0 +1,157 @@
+package net.hypr.doki.utils;
+
+import com.freya02.botcommands.api.Logging;
+import net.hypr.doki.Doki;
+import org.apache.commons.dbcp2.BasicDataSource;
+import org.apache.commons.dbutils.QueryRunner;
+import org.apache.commons.dbutils.ResultSetHandler;
+import org.slf4j.Logger;
+
+import java.math.BigInteger;
+import java.sql.*;
+import java.time.LocalDateTime;
+import java.util.ArrayList;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Set;
+
+public class DBUtils {
+ /**
+ * Checks if the user record exists
+ * @param user_id User ID to search for
+ * @param server_id Server ID to search for
+ * @return Whether the record exists or not
+ */
+ public static boolean doesUserRecordExist(long user_id, long server_id) {
+ Logger log = Logging.getLogger();
+ BasicDataSource dataSource = Doki.getDataSource();
+ QueryRunner qr = new QueryRunner(dataSource);
+ ResultSetHandler> resultSetHandler = rs -> {
+ Set rows = new HashSet<>();
+ while (rs.next()) {
+ rows.add(BigInteger.valueOf(rs.getLong(1)));
+ }
+ return rows;
+ };
+
+ // Find out if the user is already in the DB
+ try {
+ log.debug("Searching DB for (usr" + user_id + ",srv:" + server_id + ")");
+ Set foundIds = qr.query("SELECT user_id FROM users WHERE user_id = " + user_id + " AND server_id = " + server_id, resultSetHandler);
+ log.debug("Matching records: " + foundIds.size());
+ return !foundIds.isEmpty();
+ } catch (SQLException ignored) {
+ log.debug("An SQL error occurred");
+ return false;
+ }
+ }
+
+ /**
+ * Creates a new user record
+ * @param user_id The users ID
+ * @param server_id The server ID
+ * @param username The users username
+ * @throws SQLException A SQL exception
+ */
+ public static void createUserRecord(long user_id, long server_id, String username) throws SQLException {
+ Logger log = Logging.getLogger();
+ log.info("Creating record (usr:" + user_id + ",srv:" + server_id + ",unm:" + username + ")");
+ BasicDataSource dataSource = Doki.getDataSource();
+ Connection conn = dataSource.getConnection();
+ PreparedStatement stmt = conn.prepareStatement(
+ "INSERT INTO users (user_id, server_id, username, last_message) VALUES (?, ?, ?, ?)"
+ );
+ stmt.setLong(1, user_id);
+ stmt.setLong(2, server_id);
+ stmt.setString(3, username);
+ stmt.setTimestamp(4, Timestamp.valueOf(LocalDateTime.now()));
+ stmt.execute();
+ log.info("Record (usr:" + user_id + ",srv:" + server_id + ",unm:" + username + ") created!");
+ }
+
+ /**
+ * Updates a user record
+ * @param user_id User ID of the record to update
+ * @param server_id Server ID of the record to update
+ * @param now The current time
+ * @param xp The new XP count
+ * @param totalXp The new total XP count
+ * @param level The new level
+ * @throws SQLException A SQL exception
+ */
+ public static void updateUserRecord(long user_id, long server_id, Timestamp now, int xp, int totalXp, int level) throws SQLException {
+ Logger log = Logging.getLogger();
+ log.info("Updating record (usr:" + user_id + ",srv:" + server_id + ")");
+ BasicDataSource dataSource = Doki.getDataSource();
+ Connection conn = dataSource.getConnection();
+ PreparedStatement stmt = conn.prepareStatement(
+ "UPDATE users SET last_message = ?, xp = ?, total_xp = ?, level = ? WHERE user_id = ? AND server_id = ?"
+ );
+ stmt.setTimestamp(1, now);
+ stmt.setInt(2, xp);
+ stmt.setInt(3, totalXp);
+ stmt.setInt(4, level);
+ stmt.setLong(5, user_id);
+ stmt.setLong(6, server_id);
+ stmt.executeQuery();
+ log.info("Updated record (usr:" + user_id + ",srv:" + server_id + ")!");
+ }
+
+ /**
+ * Gets a user record
+ * @param user_id The User ID of the record to get
+ * @param server_id The Server ID of the record to get
+ * @return The found UserRecord
+ * @throws SQLException A SQL exception
+ */
+ public static UserRecord getUserRecord(long user_id, long server_id) throws SQLException {
+ BasicDataSource dataSource = Doki.getDataSource();
+ Connection conn = dataSource.getConnection();
+ PreparedStatement stmt = conn.prepareStatement(
+ "SELECT user_id, server_id, username, last_message, xp, total_xp, level FROM users WHERE user_id = ? AND server_id = ?"
+ );
+ stmt.setLong(1, user_id);
+ stmt.setLong(2, server_id);
+ ResultSet rs = stmt.executeQuery();
+ rs.next();
+ return new UserRecord(
+ rs.getLong("user_id"),
+ rs.getLong("server_id"),
+ rs.getString("username"),
+ rs.getTimestamp("last_message"),
+ rs.getInt("xp"),
+ rs.getInt("total_xp"),
+ rs.getInt("level")
+ );
+ }
+
+ /**
+ * Get all user records for a server
+ * @param server_id The Server ID
+ * @return A List of UserRecords
+ * @throws SQLException A SQL exception
+ */
+ public static List getAllUserRecords(long server_id) throws SQLException {
+ BasicDataSource dataSource = Doki.getDataSource();
+ Connection conn = dataSource.getConnection();
+ PreparedStatement stmt = conn.prepareStatement(
+ "SELECT user_id, username, last_message, xp, total_xp, level FROM users WHERE server_id = ?"
+ );
+ stmt.setLong(1, server_id);
+ ResultSet rs = stmt.executeQuery();
+ List userRecordList = new ArrayList<>();
+ while (rs.next()) {
+ userRecordList.add(new UserRecord(
+ rs.getLong("user_id"),
+ server_id,
+ rs.getString("username"),
+ rs.getTimestamp("last_message"),
+ rs.getInt("xp"),
+ rs.getInt("total_xp"),
+ rs.getInt("level")
+ ));
+ }
+ return userRecordList;
+ }
+}
+
diff --git a/src/main/java/net/hypr/doki/utils/LevellingUtils.java b/src/main/java/net/hypr/doki/utils/LevellingUtils.java
new file mode 100644
index 0000000..d8483c3
--- /dev/null
+++ b/src/main/java/net/hypr/doki/utils/LevellingUtils.java
@@ -0,0 +1,35 @@
+package net.hypr.doki.utils;
+
+import org.slf4j.Logger;
+
+import java.sql.SQLException;
+import java.sql.Timestamp;
+import java.time.LocalDateTime;
+import java.util.Random;
+
+public class LevellingUtils {
+ public static void incrementXp(Logger logger, UserRecord userRecord) throws SQLException {
+ Random random = new Random();
+ // Random increment between 15 and 25
+ int xpInc = (random.nextInt(10) + 16) * 3;
+ int xpNew = userRecord.xp + xpInc;
+ int totalXp = userRecord.xp + xpInc;
+ int levelNew = userRecord.level;
+ if (xpNew >= ((userRecord.level + 1) * 5) * 40) {
+ levelNew ++;
+ xpNew = 0;
+ }
+ DBUtils.updateUserRecord(
+ userRecord.user_id,
+ userRecord.server_id,
+ Timestamp.valueOf(LocalDateTime.now()),
+ xpNew,
+ totalXp,
+ levelNew
+ );
+ logger.info("Incremented " + userRecord.username + "'s XP in " + userRecord.server_id + " (" + userRecord.xp + " -> " + xpNew + ")");
+ if (levelNew > userRecord.level) {
+ logger.info("Incremented " + userRecord.username + "'s level in " + userRecord.server_id + " (" + userRecord.level + " -> " + levelNew + ")");
+ }
+ }
+}
diff --git a/src/main/java/net/hypr/doki/utils/UserRecord.java b/src/main/java/net/hypr/doki/utils/UserRecord.java
new file mode 100644
index 0000000..f4dd704
--- /dev/null
+++ b/src/main/java/net/hypr/doki/utils/UserRecord.java
@@ -0,0 +1,49 @@
+package net.hypr.doki.utils;
+
+
+import java.sql.Timestamp;
+
+public class UserRecord {
+ public final long user_id;
+ public final long server_id;
+ public final String username;
+ public final Timestamp lastMessage;
+ public final int xp;
+ public int totalXp;
+ public final int level;
+
+ /**
+ * Instantiates a new UserRecord
+ * @param user_id The User ID
+ * @param server_id The Server/Guild ID
+ * @param username The Username
+ */
+ public UserRecord (long user_id, long server_id, String username) {
+ this.user_id = user_id;
+ this.server_id = server_id;
+ this.username = username;
+ this.lastMessage = new Timestamp(0);
+ this.xp = 0;
+ this.level = 1;
+ }
+
+ /**
+ * Instantiates a new UserRecord
+ * @param user_id The User ID
+ * @param server_id The Server/Guild ID
+ * @param username The Username
+ * @param lastMessage The timestamp of the user's last message
+ * @param xp The user's XP
+ * @param totalXp The user's total XP
+ * @param level The user's level
+ */
+ public UserRecord (long user_id, long server_id, String username, Timestamp lastMessage, int xp, int totalXp, int level) {
+ this.user_id = user_id;
+ this.server_id = server_id;
+ this.username = username;
+ this.lastMessage = lastMessage;
+ this.xp = xp;
+ this.totalXp = totalXp;
+ this.level = level;
+ }
+}