Removed some useless code

This commit is contained in:
Kwoth
2022-02-07 17:52:57 +01:00
parent 0008eabdd2
commit 1622eb05c9
5 changed files with 15 additions and 21 deletions

View File

@@ -102,7 +102,6 @@ public class PermissionService : ILateBlocker, INService
var channel = ctx.Channel;
var commandName = command.Name.ToLowerInvariant();
await Task.Yield();
if (guild is null)
return false;