Remove unneeded property

This commit is contained in:
Noi 2020-07-19 19:01:34 -07:00
parent 581df48855
commit 6d7db85310

View file

@ -14,7 +14,6 @@ namespace BirthdayBot
public string BotToken { get; }
public string LogWebhook { get; }
public string DBotsToken { get; }
public Database DatabaseSettings { get; }
public int ShardCount { get; }
public Configuration()