Skip to content

Releases: SethCohen/EmojiUtilities

v1.22.4

31 Aug 23:50
eb7bdd1
Compare
Choose a tag to compare

1.22.4 (2022-08-31)

Bug Fixes

  • emojisteal: fixed error on no emoji found/invalid value in emoji input. (d67972b)
  • guildCreate: added error catching for future proofing. (9460972)
  • uploademoji: fixed error of uploaded animated emojis not being animated. (0a81e09)
  • uploademoji: fixed error on invalid value in name (babd066)

v1.22.3

28 Aug 20:16
0914fb4
Compare
Choose a tag to compare

1.22.3 (2022-08-28)

Bug Fixes

  • emojisteal: added error catch fix on max numbers of emojis reached (250) (89acbc5)
  • stickerfy: fixed stickerfying gifs and animated png uploads not being animated on sticker uploading (41aeaa5)

v1.22.2

27 Aug 18:58
c99f169
Compare
Choose a tag to compare

1.22.2 (2022-08-27)

Bug Fixes

  • dbModel: fixed error on trying to create an already existing database (4f63358)
  • stickersteal: added another error catch for invalid messageid (1b35300)

Code Refactoring

  • commands: future proofing for possible errors. (1c4daf3)

v1.22.1

27 Aug 01:11
c1379ac
Compare
Choose a tag to compare

1.22.1 (2022-08-27)

Bug Fixes

  • guildCreate: fixed error bot crashing on joining guild (7d2e59e)

v1.22.0

27 Aug 00:25
9196381
Compare
Choose a tag to compare

1.22.0 (2022-08-27)

Features

  • backupemojis: added compression level to archiver (418cfe0)
  • index: added privileged intent for emoji message reading functionality (7cf0bc3)
  • packsearch: added page looping (05e7d9c)

Bug Fixes

  • added error catch on if Discord API is down (a9a28ef)
  • guildCreate: fixed channel type check due to deprecation (bac3bf3)
  • lockemoji: fixed error on command being double deferred. (4af67f7)
  • lockemoji: fixed error on invalid emoji in command input (6b708ff)
  • resetdb: fixed error on command being double deferred. (be9702a)
  • stickerfy: added error catch on max numbers of stickers reached (15) (9ca06c2)
  • stickerfy: added temp error catch "fix" for broken apng support (bff02c6)
  • stickersteal: added error catches on invalid messageId and no sticker found in message (2f0356d)

Documentation

  • dbmodel: Refactored JSDocs (27febb7)

Miscellaneous

  • replaced standard-version with release-please and github-releases-to-discord (d3d6108)
  • updated project to discord.js v14 (72cc35d)
  • updated REST version from v9 to v10 (1d15618)

Code Refactoring

  • listemojis: renamed variable (bfb5979)

Styles

  • closing bracket style changes and reduced whitespace (7efecb9)
  • restyled closing brackets in several events (83e4293)