-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is sending file attachments supposed to work, and if so, how?
I've tried using something like this:
mai = MessageActivityInput().add_attachments(
Attachment(
content_type=content_type,
content_url=content_url,
name="Attachment Name",
)
)
await ctx.send(mai)
But all I get in response is a box with the attachment name that I can't click or download.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working