Prevent duplicate GuildUnavailables

This commit is contained in:
RogueException
2017-03-13 21:33:41 -03:00
parent 7e7df27024
commit cab41851ba
4 changed files with 32 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.Threading.Tasks;
using Discord.Net;
namespace Discord.WebSocket
{