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
Make embed module resolve multiple URLs async
Refactor embed module functions and apply clippy lints with rustfmt