DocJade / artifice

A high-performance Discord Media Bot, built with Rust.
https://hub.docker.com/r/docjade/artifice
GNU Affero General Public License v3.0
1 stars 1 forks source link

Split finding media and downloading media into two steps #29

Closed DocJade closed 6 months ago

DocJade commented 6 months ago

Since we need to check if media exists before putting a command on the queue, we check for it immediately, but currently we also immediately download it.

Pros:

Cons:

With this in mind, we should 100% split it into 2 steps, getting the location of the file, and then downloading from that location later.

DocJade commented 6 months ago

closed by #41.