Red-DiscordBot icon indicating copy to clipboard operation
Red-DiscordBot copied to clipboard

Audio config optimization

Open benno1237 opened this issue 4 years ago • 0 comments

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

benno1237 avatar Oct 17 '21 15:10 benno1237