You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserBehavior#getDmChannelOrNull() is absolutely useless because of 403 error with code 50007 appears only when bot is trying to send message in DM, not when get a DM channel. My proposal is, move this behavior to extensions for DmChannel:
DmChannel#createMessageOrNull()
DmChannel#createEmbedOrNull()
If you'll agree with this, I can make PR with this changes
The text was updated successfully, but these errors were encountered:
UserBehavior#getDmChannelOrNull() is absolutely useless because of 403 error with code 50007 appears only when bot is trying to send message in DM, not when get a DM channel. My proposal is, move this behavior to extensions for
DmChannel
:DmChannel#createMessageOrNull()
DmChannel#createEmbedOrNull()
If you'll agree with this, I can make PR with this changes
The text was updated successfully, but these errors were encountered: