Removal of ChannelManager where not in use.

This commit is contained in:
Tom
2024-12-27 23:54:33 +00:00
parent 21cb5c9453
commit 525725a7e5
4 changed files with 3 additions and 12 deletions

View File

@@ -9,7 +9,6 @@ namespace HermesSocketServer.Requests
{
public string Name => "update_tts_user";
public string[] RequiredKeys => ["chatter", "voice"];
private ChannelManager _channels;
private Database _database;
private readonly ServerConfiguration _configuration;
private ILogger _logger;