Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Releases: Dexare/Voltare

v1.0.2

21 Feb 07:29
89fbc5e
Compare
Choose a tag to compare

Changed:

  • Updated command types (#26)

Fixed:

  • Fixed reloading commands (ed71d4e)

v1.0.1

21 Feb 07:05
c28dca3
Compare
Choose a tag to compare

Fixed:

v1.0.0

19 Feb 21:30
ec32fa5
Compare
Choose a tag to compare

his package is now an ESM package.
- Per revolt.js's README, you must use the --experimental-specifier-resolution=node when running scripts.

Changed:

  • VoltareCommand#reload now returns a Promise.

v0.3.4

12 Sep 01:13
4ec8e0e
Compare
Choose a tag to compare

Changed:

  • Revolt errors are more descriptive
  • Updated revolt.js authentication

Added:

  • allowMalformedSpam config option

v0.3.3

11 Sep 04:59
b84478f
Compare
Choose a tag to compare

Removed:

  • Removed strict command run return types.

Added:

  • More client events, see wiki.

Fixed:

  • "MalformedData" eror log spam

v0.3.2

03 Sep 00:11
86617fc
Compare
Choose a tag to compare

Fixed:

  • Formatting in default exec and eval commands.
  • Commands now only get handled in channels that it can send messages in.

v0.3.1

02 Sep 09:53
982af96
Compare
Choose a tag to compare

Fixed:

  • Fixed logging out from the client.

v0.3.0

02 Sep 07:35
e85ed33
Compare
Choose a tag to compare

Changed:

  • Added typing to the default exec command.
  • Voltare now logs disconnects to "info".

Added:

  • VoltareClient.logout()
  • Added channel/server permissions.
  • Added channel/server permission checking in the commands module.
  • VoltareClient.permissions.getChannelPerms()
  • VoltareClient.permissions.getServerPerms()

Fixed:

  • Fixed bots logging out by only logging out of sessions.

v0.2.0

01 Sep 07:54
e6fb473
Compare
Choose a tag to compare

Removed:

  • [BREAKING] CommandContext.fetchMember

Changed:

  • [BREAKING] Changed libraries from better-revolt-js to revolt.js.

Added:

  • autumnHost prop to client config

v0.1.0

29 Aug 21:19
d31d931
Compare
Choose a tag to compare

Initial release.