suicvne / DiscordSharp

A .Net API for Discord written in C#
MIT License
129 stars 33 forks source link

Attach/Send File to a Certain User #57

Open Foxie94 opened 8 years ago

Foxie94 commented 8 years ago

Hello, I've been using this API for my bot and it's working like a charm. Though, I wonder if there's a way to attach/send a file to a certain user/member from a channel, unlike client.AttachFile(DiscordChannel channel, string message, string pathToFile) which sends the attachment to the whole channel.

Thank you,