Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

v1.3.6

Latest
Compare
Choose a tag to compare
@ming-suhi ming-suhi released this 22 Jan 15:12
· 5 commits to main since this release

Release Notes

Edited Client Class

  1. Removed deleteCommand() method
    To delete a command delete it from GuildCommand Class or GlobalCommand Class
  2. Edited postCommands() method
    Instead of getting command datas and posting it, this get all commands and calls the command post() function

Command Class Notes

  1. 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

  1. GlobalCommand extends Command
  2. GuildCommand extends Command