We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef44b45 commit eefecd9Copy full SHA for eefecd9
1 file changed
Tools/Butlerv3.cs
@@ -232,6 +232,11 @@ public void BasicAFButler()
232
}
233
234
catch { }
235
+ finally
236
+ {
237
+ Bot.StopAsync(true);
238
+ }
239
+
240
241
242
Bot.Events.ExtensionPacketReceived -= ChatListener;
@@ -310,6 +315,7 @@ void ChatListener(dynamic packet)
310
315
);
311
316
312
317
Bot.StopSync(true);
318
+ return;
313
319
314
320
321
0 commit comments