#Does <User>.createDM() just return the already created DMChannel if it already exists?

4 messages · Page 1 of 1 (latest)

arctic plinth
#

<:

hearty crowBOT
acoustic pagoda
#

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

arctic plinth
#

ok