Feature no longer planned; removed TODO comment

This commit is contained in:
Noikoio 2017-10-21 13:14:39 -07:00
parent 3c69ee48ab
commit 4a1326711f

View file

@ -76,11 +76,7 @@ namespace Noikoio.RegexBot
await Task.Delay(-1);
}
private async Task _client_Connected()
{
await _client.SetGameAsync(Config.CurrentGame);
// TODO add support for making use of server invites somewhere around here
}
private async Task _client_Connected() => await _client.SetGameAsync(Config.CurrentGame);
// Defined within this class because a reference to the client is required
public void Console_CancelKeyPress(object sender, ConsoleCancelEventArgs e)