This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
v1.3.3
Release Notes
Methods Update
- Methods now return promises
Edited Client Class
- commands property removed
access commands through .commands() method - added .commands() method
- edited deleteCommand() method
removed guild constructor - postCommands() method Update
now logs Error instead of string - added .findCommand() method
Edited Interaction Class
- added .author() method
- added .guild() method
- added .channel() method
- added .bot() method