mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* URL encode user input in the general cog Adds URL encoding to `[p]lmgtfy` via `urllib2.parse.quote_plus()` and to `[p]urban` via `aiohttp.ClientSession.get`'s `params` argument * Black reformatting