Does <User>.createDM() just return the already created DMChannel if it already exists?
<:
4 Replies
Yes, if the DMChannel is already cached then it just returns that without making an API request. It’s not actually “creating” the channel per se, just fetching the DM channel between your app and the user in question
ok
The thread owner has marked this issue as solved.