fix: fix disconnect 20 -> 6 (last commit i think)
This commit is contained in:
@@ -1 +1 @@
|
||||
1287
|
||||
1288
|
||||
@@ -155,7 +155,7 @@ public class DiscordPlugin {
|
||||
|
||||
@Override
|
||||
public void disconnected(DisconnectedEvent event) {
|
||||
if (totalConnects.get(channelId) >= 20) return;
|
||||
if (totalConnects.get(channelId) >= 6) return;
|
||||
|
||||
final String reason = ComponentUtilities.stringifyAnsi(event.getReason());
|
||||
sendMessageInstantly(
|
||||
|
||||
Reference in New Issue
Block a user