Refactor and simplify the main bot classes

This commit is contained in:
Ske
2020-05-02 01:52:52 +02:00
parent 7488ca459b
commit 999ea5f0b5
10 changed files with 482 additions and 377 deletions

View File

@@ -23,7 +23,7 @@ namespace PluralKit.Bot
public string InnerText;
}
class ProxyService {
public class ProxyService {
private DiscordShardedClient _client;
private LogChannelService _logChannel;
private IDataStore _data;