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

v1.3.3

Compare
Choose a tag to compare
@ming-suhi ming-suhi released this 17 Jan 07:16
· 11 commits to main since this release

Release Notes

Methods Update

  1. Methods now return promises

Edited Client Class

  1. commands property removed
    access commands through .commands() method
  2. added .commands() method
  3. edited deleteCommand() method
    removed guild constructor
  4. postCommands() method Update
    now logs Error instead of string
  5. added .findCommand() method

Edited Interaction Class

  1. added .author() method
  2. added .guild() method
  3. added .channel() method
  4. added .bot() method