Red-DiscordBot
Red-DiscordBot copied to clipboard
Audio config optimization
Description of the changes
Sums up config calls in core audio by using .all() Gets rid of guild_from_id wherever possible
Some config things I noticed while writing #5389. Currently, audio uses .all occasionally but sometimes also does multiple single config calls in a row. Sometimes even both combined in a single command. This PR fixes that