mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Merge branch 'v4' of https://gitlab.com/kwoth/nadekobot into v4
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user