Skip to content

Releases: Luna-devv/dlist.js

0.5

12 Aug 20:41
Compare
Choose a tag to compare

Features

  • add getUser(userId) method to client (c9ad5b4)

Big fixes

Refactor

0.4.2

17 Aug 00:35
73b6412
Compare
Choose a tag to compare

Bug fixes

  • fixing node-fetch requests (ddbca97)
  • fix getBot() not using it's own id (f00c837)

0.3

10 Jun 12:01
Compare
Choose a tag to compare
0.3

Features

  • add support for node.js v<18

Bug fixes

  • fixed voting body (cf0247a)
  • fix not defined error if not using webhook (ad630cc)

0.2

02 Jun 14:57
Compare
Choose a tag to compare
0.2

Features

  • add event listener to client (9adf52d)
  • add client.on('vote', data) to receive votes (a49b691)
  • add client.on('invalidVoteRequest', data) to receive failed vote requests (a49b691)

Bug fixes

  • fixed imports in readme (96fb61a)

0.1

01 Jun 18:08
Compare
Choose a tag to compare
0.1

Features

  • client.postGuilds(<number>) has been added to post bot's guild count (1e46acb)
  • restManager has been added to perform requests (92f8ff6)

Bug fixes

  • dependencies moved to devDependencies (de98e98)