mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 06:22:22 +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.