diff --git a/PluralKit.Bot/Services/CommandMessageService.cs b/PluralKit.Bot/Services/CommandMessageService.cs index 568af21b..5ef84ad1 100644 --- a/PluralKit.Bot/Services/CommandMessageService.cs +++ b/PluralKit.Bot/Services/CommandMessageService.cs @@ -20,6 +20,8 @@ public class CommandMessageService public async Task RegisterMessage(ulong messageId, ulong channelId, ulong authorId) { + if (_redis.Connection == null) return; + _logger.Debug( "Registering command response {MessageId} from author {AuthorId} in {ChannelId}", messageId, authorId, channelId