Skip to content

Fix SendMessageAsync exception message when sending a message in an invalid channel

Mateusz Brawański requested to merge github/fork/uwx/patch-64 into master

Created by: uwx

Whew, that's a mouthful.

Summary

Fixes the exception message in DiscordChannel.SendMessageAsync.

Details

The exception message was crudely copied from SendFileAsync by yours truly, and the message wasn't changed to accommodate.

Changes proposed

  • Change message from Cannot send a file to a non-text channel to Cannot send a text message to a non-text channel

Merge request reports

Loading