Skip to content

Releases: kerollosy/Discord-ChatTriggers

4.0.0

22 Aug 01:15
Compare
Choose a tag to compare
  • Add files uploading support

Example usage:

channel.send({
    "files": ["/home/SIRENCE/Desktop/session.txt", "/home/SIRENCE/Desktop/pic.jpg"],
    "content": "+1000 aura",
    "embeds": [{
        "description": "Pong!"
    }]
} )

3.0.0

25 Jun 04:16
Compare
Choose a tag to compare
  • Add webhooks support

2.1.0

22 May 22:18
Compare
Choose a tag to compare
  • Add auto reconnecting

2.0.0

10 May 16:44
Compare
Choose a tag to compare
  • Set default intents value to 0
  • Add Embed Support

1.2.0

07 Jan 02:05
Compare
Choose a tag to compare
  • Make all functions return a Promise
  • Cache guilds, channels, users and messages
  • Add Client.uptime that shows the time that the client has been up for
  • Add Message.delete() to delete a message
  • Add messageDelete event that gets emitted when a message gets deleted

1.1.0

02 Jan 18:44
Compare
Choose a tag to compare
  • Switch from axios to requestV2
  • Fix Cannot read property \"guilds\" from undefined bug
    • Change the send_message response to be JSON format
    • Pass response instead of response.data (which doesn't exist) to the Message constructor
    • Add some if statements to avoid errors

1.0.0

02 Jan 01:25
Compare
Choose a tag to compare
  • Initial Release