remove discordclient from pollservice

This commit is contained in:
Ben Harris 2017-12-12 10:59:00 -05:00
parent 231d1b5d89
commit bdf3bc8ce4
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ namespace dotbot.Services
{
public class PollService
{
private readonly DiscordSocketClient ;
public Dictionary<ulong, Poll> currentPolls;
public PollService(DiscordSocketClient discord)