Skip to content

Releases: SethCohen/EmojiUtilities

v1.23.5

01 Sep 18:00
29c73b8
Compare
Choose a tag to compare

1.23.5 (2023-09-01)

Bug Fixes

  • backupemojis: fixed archiving failing (d6d32f9)
  • config: fixed error on no update needed (2b49897)
  • fixed null guild info requests (804d48b)
  • messageUpdate: fixed error on partial newMessages (8a86039)
  • stickerfy: fixed gif2apng not detected error (b056003)

Styles

  • ready: bot logs guilds count on load (2e5652b)

Miscellaneous

Code Refactoring

  • botinfo: optimized db calls for emoji usages recorded (4201d33)

v1.23.4

02 May 22:28
9f2d2a5
Compare
Choose a tag to compare

1.23.4 (2023-05-02)

Code Refactoring

  • entire codebase refactor (62c6dc3)

Miscellaneous

  • added docker support (62c6dc3)
  • added prettier eslint support (62c6dc3)
  • added vscode debug support (934fbbe)
  • moved linter to own file (934fbbe)
  • replaced config.json with .env (934fbbe)
  • replaced database system from sqlite to mongodb (62c6dc3)
  • updated dependencies (934fbbe)

v1.23.3

04 Jan 19:43
e2a1338
Compare
Choose a tag to compare

1.23.3 (2023-01-04)

Bug Fixes

  • emojisteal: added error catch for invalid emoji name. (4ce6da7)
  • removeunused: added error catch for too many emojis attempting to delete. (d035dff)

v1.23.2

02 Jan 05:15
081e1e0
Compare
Choose a tag to compare

1.23.2 (2023-01-02)

Bug Fixes

  • stickersteal: fixed command not working on bot lacking View Channel permission (d2dd07a)

v1.23.1

30 Dec 07:39
c64db14
Compare
Choose a tag to compare

1.23.1 (2022-12-30)

Bug Fixes

  • events: fixed bot crashing errors on unicode emojis detected (2bf5001)
  • stickerfy: fixed gif conversion not working (9d99644)

Miscellaneous

v1.23.0

06 Dec 22:57
0937029
Compare
Choose a tag to compare

1.23.0 (2022-12-06)

Features

  • added gif2apng as embedded dependency (6e0a5ed)

Bug Fixes

  • commands: added fix for no guild found (f1f898f)
  • events: fixed bot crashing errors on unicode emojis detected (13fb349)
  • fixed user opt error flag checking (8a75adb)

Miscellaneous

  • added try-catches for error futureproofing (400bc05)

Code Refactoring

  • added awaits to promise objects that require them (a286cfc)
  • events: refactored all events code for readability. (040ca13)

v1.22.8

04 Dec 07:35
3046d0e
Compare
Choose a tag to compare

1.22.8 (2022-12-04)

Bug Fixes

  • botinfo: fixed total emoji value. (453d105)
  • fixed countmessages, countreacts, countselfreacts server flags not working. (28562c0)
  • leaderboard: fixed leaderboard not showing any information (60c5378)
  • random|search: fixed includensfw server setting flag not working (0ec8df9)
  • search|random|packsearch: fixed commands crashing bot (8e87f65)

Miscellaneous

v1.22.7

13 Oct 16:38
605d670
Compare
Choose a tag to compare

1.22.7 (2022-10-13)

Miscellaneous

v1.22.6

13 Oct 16:34
f60d994
Compare
Choose a tag to compare

1.22.6 (2022-10-13)

Bug Fixes

  • dancify: added catch for text input max length. (e5f3275)
  • emojisteal: added catch for invalid name input. (8e42572)
  • stickerfy|stickersteal: added catch for max number of stickers reached (60) (251abe6)
  • stickerfy: added catch for invalid name input. (fa271b1)
  • stickerfy: fixed error on unknown interaction (cc62b24)
  • stickersteal: fixed error on unknown interaction (f11e2dc)

v1.22.5

05 Sep 04:22
9ab67e4
Compare
Choose a tag to compare

1.22.5 (2022-09-05)

Bug Fixes

  • dbModel: fixed issue of no guild db being created if discord api is down (1278ec2)
  • stickersteal: fixed issue on invalid messageId (1e15f77)
  • stickersteal: fixed issue on maximum number of stickers reached (30) (8a6976b)