mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-09 14:03:53 +00:00
* Add discord.Guild converter and GuildNotFound error * note for lack of disambiguation in Guilds with duplicate names, and removed the possibility of returning None * edited converter to use `utils.get` over `utils.find` and docs edited with Converter and Exception.