mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-26 12:52:08 -04:00
59f69c7727
* 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