Added AddReactions to Permission constructors

This commit is contained in:
RogueException
2016-11-27 00:41:03 -04:00
parent 6100aa93ab
commit 2e1ec5803b
5 changed files with 37 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
using Discord.API.Rest;
using System;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Model = Discord.API.Message;