Releases: kerollosy/Discord-ChatTriggers
Releases · kerollosy/Discord-ChatTriggers
4.0.2
4.0.1
4.0.0
3.0.0
2.1.0
2.0.0
1.2.0
- 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
- Switch from
axios
torequestV2
- Fix
Cannot read property \"guilds\" from undefined
bug- Change the
send_message
response to be JSON format - Pass
response
instead ofresponse.data
(which doesn't exist) to theMessage
constructor - Add some if statements to avoid errors
- Change the