You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.warn("Sending websocket commands to Lavalink has been deprecated and will be removed in API version 4. API version 3 will be removed in Lavalink 5. Please use the new REST endpoints instead.")
55
-
loggedWsCommandsDeprecationWarning =true
56
-
}
57
53
val op = json.getString("op")
54
+
log.info("hnadling on op until here")
58
55
val handler = handlers[op] ?:return log.warn("Unknown op '$op'")
0 commit comments