CraftSpider / dpytest

A package that assists in writing tests for discord.py
MIT License
103 stars 24 forks source link

add attachments to messages #19

Closed bravosierra99 closed 1 year ago

bravosierra99 commented 4 years ago

my bot is configurable by uploading a json document. Would like the ability to send attachments with this test suite. I can code this up if you would like.

Sergeileduc commented 1 year ago

This was implemented.

See the test_verify_file.py for usage.

Closing