Added ordered user mentions, fixed role and channel mention resolving

This commit is contained in:
RogueException
2016-06-26 19:06:10 -03:00
parent 851589f7db
commit bfea0ef0a2
4 changed files with 69 additions and 50 deletions

View File

@@ -1,4 +1,5 @@
using System.Diagnostics;
using System.Runtime.InteropServices;
namespace Discord.Commands
{