mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Missed nullable
This commit is contained in:
@@ -38,7 +38,7 @@ public class BotServices
|
|||||||
private DLive? _dliveStatusCheck;
|
private DLive? _dliveStatusCheck;
|
||||||
private PeerTube? _peerTubeStatusCheck;
|
private PeerTube? _peerTubeStatusCheck;
|
||||||
private Owncast? _owncastStatusCheck;
|
private Owncast? _owncastStatusCheck;
|
||||||
private ShuffleDotUs _shuffleDotUs;
|
private ShuffleDotUs? _shuffleDotUs;
|
||||||
|
|
||||||
private Task? _websocketWatchdog;
|
private Task? _websocketWatchdog;
|
||||||
private Task? _howlggGetUserTimer;
|
private Task? _howlggGetUserTimer;
|
||||||
|
|||||||
Reference in New Issue
Block a user