From bdf3bc8ce42dea6bf39fcf86cbebb81b8ef0d647 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 12 Dec 2017 10:59:00 -0500 Subject: [PATCH] remove discordclient from pollservice --- Services/PollService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Services/PollService.cs b/Services/PollService.cs index 2d29a5e..66bc704 100644 --- a/Services/PollService.cs +++ b/Services/PollService.cs @@ -9,7 +9,6 @@ namespace dotbot.Services { public class PollService { - private readonly DiscordSocketClient ; public Dictionary currentPolls; public PollService(DiscordSocketClient discord)