Skip to content

Fix DiscordChannel.Users exception message

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

Created by: uwx

Summary

Fixes the exception message for the getter for DiscordChannel.Users.

Details

The message seems to incorrectly say "permissions" instead of "users," which makes no sense.

Changes proposed

  • Change the exception message for the DiscordChannel.Users getter from Cannot query permissions for non-guild channels. to Cannot query users outside of guild channels.

Merge request reports

Loading