mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-03-04 13:08:46 +00:00
Basically, a lot of the checks revolving "if x in y" could be written more efficiently by doing the task anyway and ignoring the exception a la the EAFP guideline.