philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Exilent starts up even if some commands fail to register #54

Closed philpax closed 1 year ago

philpax commented 1 year ago

Discord has a limit on the length of a command registration command; having too many models will cause this limit to be tripped. However, the bot will continue operating, and the error message reported in the log isn't particularly descriptive.

This error should be caught, a useful error message should be reported, and the bot should exit.