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.
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,