This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
Release Notes
Edited Client Class
- Removed deleteCommand() method
To delete a command delete it from GuildCommand Class or GlobalCommand Class - Edited postCommands() method
Instead of getting command datas and posting it, this get all commands and calls the command post() function
Command Class Notes
- As a result of the postCommand() method of the Client Class being changed, don't use Command Class in creating commands, instead use GuildCommand Class or GlobalCommand Class
Added Classes
- GlobalCommand extends Command
- GuildCommand extends Command