PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
785 stars 163 forks source link

Be more specific in add_command error message #453

Closed aricodes-oss closed 2 months ago

aricodes-oss commented 2 months ago

Description

This PR adds the name of the alias that caused add_command to fail to the error message. I was pulling my hair out trying to hunt down what triggered the exception in a dynamically generated list of aliases and this would have helped 🤭

Checklist