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:
ayntee
2021-03-11 21:41:03 +04:00
committed by GitHub
parent aaed064709
commit 8654aeded5
72 changed files with 271 additions and 296 deletions
+4 -2
View File
@@ -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: