Skip to content

feat(eventHandler): Implement updating using event handlers #447

@kdev

Description

@kdev

🔖 Feature description

When updating data in the database may it be via API or directly (definetly not recommended tho) bot data has to be updated instantaniously.
This means that changing e.g. embed content via API should trigger an update on discord meaning this update of content in the database is directly pushed to discord.

✔️ Solution

### Tasks
- [ ] Create some kind of EventHandler class
- [ ] Create some kind of structure to allow for updates (e.g. messages, config, status, nickname, etc...)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestHigh Prio

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions