Skip to content

Move error-handling into its own file #6

@ashuping

Description

@ashuping

Error-handling code is currently in the main hector.py file. This clutters up the main file. The code should instead be moved into its own file, `mod.core.errors', and loaded into the bot like the other core modules.

This issue will be resolved when all error-handling code (i.e. generating embeds, handling error messages, and updating the messages in response to reactions) is done in mod.core.errors instead of in hector.py

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions