File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
common/src/main/kotlin/com/lambda/module/modules/client Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -227,15 +227,6 @@ object DiscordRPC : Module(
227227 // Party features
228228 subscribe(DiscordEvent .ActivityJoinRequest )
229229 subscribe(DiscordEvent .ActivityJoin )
230- // subscribe(DiscordEvent.LobbyUpdate)
231- // subscribe(DiscordEvent.LobbyDelete)
232- // subscribe(DiscordEvent.LobbyMemberConnect)
233- // subscribe(DiscordEvent.LobbyMemberDisconnect)
234- // subscribe(DiscordEvent.LobbyMemberUpdate)
235-
236- // QOL features
237- // subscribe(DiscordEvent.SpeakingStart)
238- // subscribe(DiscordEvent.SpeakingStop)
239230
240231 if (System .currentTimeMillis() - connectionTime > 300000 ) {
241232 warn(" The authentication hash has expired, reconnect to the server." )
You can’t perform that action at this time.
0 commit comments