Changed commands to use RawText instead of Text

This commit is contained in:
RogueException
2015-11-29 02:39:19 -04:00
parent 1a125322bd
commit 2e6f65b776

View File

@@ -71,7 +71,7 @@ namespace Discord.Commands
if (_allCommands.Count == 0) return;
if (e.Message.IsAuthor) return;
string msg = e.Message.Text;
string msg = e.Message.RawText;
if (msg.Length == 0) return;
//Check for command char if one is provided