diff --git a/src/Discord.Net.Commands/CommandService.cs b/src/Discord.Net.Commands/CommandService.cs index 25cd99b1b..07ca94003 100644 --- a/src/Discord.Net.Commands/CommandService.cs +++ b/src/Discord.Net.Commands/CommandService.cs @@ -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