dev: small cleanup

This commit is contained in:
Kwoth
2024-08-01 01:07:38 +00:00
parent ac589e0461
commit 0df3c1a4a1
2 changed files with 1 additions and 12 deletions

View File

@@ -70,6 +70,7 @@ public abstract class NadekoInteractionBase
{
if (_singleUse)
_interactionCompletedSource.TrySetResult(true);
await ExecuteOnActionAsync(smc);
if (!smc.HasResponded)