Skip to content

Conversation

@dassenyy
Copy link
Member

@dassenyy dassenyy commented Jan 19, 2026

A command with the name "close" was registered twice, once in the tickets cog and once in the thread-utils cog. This made the thread-utils cog and every other cog that would load after it fail to load. The command in the tickets cog has been renamed to "ticket-close" to resolve this issue.

Furthermore in relation to cog loading: a try-except statement has been added in the cog loading loop so each cog loads independent of each other, and an error in one cog won't disable every other cog that would load after it.

gh-23

Add try-except in cog loading loop so each cog loads independent of each other.
@dassenyy dassenyy marked this pull request as ready for review January 19, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant