mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-06 00:33:31 -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