Refactor embed module so all channel related sends are async
When there's multiple urls, the bot needs to generate embeds asynchronously
When there's multiple urls, the bot needs to generate embeds asynchronously
This should be fixed by PR #20, but channel sends and possibly text content retrieval could also be optimized further by making them resolve async too, might try this when I refactor the embed…
Make embed module resolve multiple URLs async
76c99deb21
Merge branch 'embed-optimization' into 'master'
ff9deefb8a
Make embed module resolve multiple URLs async
Make embed module resolve multiple URLs async
Refactor embed module functions and apply clippy lints with rustfmt
fce7dbf9be
Merge branch 'refactor' into 'master'
2dad7aa33a
Fix typo
be002a4e4b
Apply rustfmt
f335c0cbcf
Refactor embed module functions and fix lint error
Refactor embed module functions and apply clippy lints with rustfmt