Skip to content

Commit

Permalink
ok nvm i broke everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwoth committed Jul 26, 2016
1 parent b0bca30 commit 3a33731
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Discord.Net/MessageQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ private Task RunSendQueue(CancellationToken cancelToken)
msg.RawText = text;
msg.Text = msg.Resolve(text);

if (!msg.Channel.IsPrivate && !msg.Channel.GetPermissions(msg.User).SendMessages)
continue;

var request = new SendMessageRequest(msg.Channel.Id)
{
Content = msg.RawText,
Expand Down

0 comments on commit 3a33731

Please sign in to comment.