Alchemy.Client.create_DM
You're seeing just the function
create_DM
, go back to Alchemy.Client module for more information.
Link to this function
create_DM(user_id)
Specs
create_DM(snowflake()) :: Alchemy.Channel.dm_channel()
Opens a new private channel with a user.
Examples
Cogs.def dm_me do
Client.create_DM(message.author.id)
end