This commit is contained in:
Kwoth
2022-07-11 02:57:30 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand
var user = guild?.GetUser(userId);
var ch = guild?.GetTextChannel(channelId);
if (user is null || guild is null)
if (guild is null || user is null)
return;
if (isServer)