diff --git a/src/EllieBot/Services/GrpcApiService.cs b/src/EllieBot/Services/GrpcApiService.cs index 371117d..a74c8bb 100644 --- a/src/EllieBot/Services/GrpcApiService.cs +++ b/src/EllieBot/Services/GrpcApiService.cs @@ -31,7 +31,7 @@ public class GrpcApiService : IEService, IReadyExecutor public Task OnReadyAsync() { var creds = _creds.GetCreds(); - if (creds.GrpcApi is null || creds.GrpcApi.Enabled) + if (creds.GrpcApi is null || !creds.GrpcApi.Enabled) return Task.CompletedTask; try