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

Opens a new private channel with a user.

Examples

Cogs.def dm_me do
 Client.create_DM(message.author.id)
end