mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
refactor: rename controllers to handlers and handlers to helpers (#660)
* refactor: rename controllers to handlers and handlers to helpers * fmt
This commit is contained in:
@@ -15,9 +15,11 @@
|
||||
|
||||
Examples of good PR title:
|
||||
|
||||
- fix(controllers/interactions): cache member from INTERACTION_CREATE payload
|
||||
- fix(handlers/INTERACTION_CREATE): cache member object
|
||||
- docs: improve wording
|
||||
- feat(handlers/guild): add editGuild() function Examples of bad PR title:
|
||||
- feat: add cache manager module
|
||||
- feat(helpers): add editGuild()
|
||||
- refactor(ws/shard): remove redundant checks
|
||||
|
||||
Examples of bad PR title:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user