Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Releases: SpaceEEC/glowing-potato

v0.8.4

03 Sep 20:08
Compare
Choose a tag to compare

New:

  • New aliases for the GuildInfo command: guild-info, server, server-info and serverinfo.
  • Capture error messages via Logger#addTransport now as well.
  • New Command leagueGame via yamdbf-league update.
  • Custom eval command for ease of use.

Fix:

  • More rebust error handling when playing music.
  • Check whether Queue#voiceChannel is truthy before accessing properties when trying to leave a channel.
  • Uncaught exceptions will now be logged properly.
  • Fix a compiler error by passing the client explecitily into Queue's constructor.
  • ^ but for Songs.

v0.8.3

14 Aug 19:41
Compare
Choose a tag to compare

New:

  • Added recent commits to info command's embed. f25b657
  • The Emoji command now accepts an optional message ID as second argument d76a4f3
  • The song embed's footer is now localized d31e616

Removed:

  • YAMDBF has no longer a whitelist command, created a temporary one and warn users to use the blacklist command instead 59820ea (yamdbf commit: yamdbf/core@bc59e68)
  • Disabled command-usage's command logging d524d1b

Refactored:

  • Moved promisified functions to Util class f5b19d5
  • Moved localization strings to own enum type b1adbfb
  • Changed the logging message when someone gets blacklisted fb74292
  • More detailed error log when discord.js's connection to the websocket fails 16b5257

Fixes:

  • Discord no longer has a "default channel", so that prop is no longer reliable and will be removed in the future c275a07
  • Fixed a typo in the german localization 6e4ae5b
  • Hopefully handle errors when the bot gets kicked from a build while playing music daf5d51
  • Using iso timestamp for git log command to avoid deprecation warnings fcf3675 (seems not to be working)
  • Fixed a typo in the embed when a playlist gets queued which hindered the full time being shown 43d17e2
  • Fixed the english' userinfo embed's nickname field ac1f917

Misc:

  • Cache only one message per channel and ignore typing and channel pin update events 914bacb

v0.8.1

16 Jul 13:22
Compare
Choose a tag to compare
Bump to 0.8.1 and update/remove some deps