EmojiUtilities

Discord.js Bot for tracking server-specific emoji usage

MIT License

Stars
10
Committers
2

Bot releases are visible (Hide)

EmojiUtilities - v1.23.5 Latest Release

Published by SethCohen about 1 year ago

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)
EmojiUtilities - v1.23.4

Published by SethCohen over 1 year ago

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)
EmojiUtilities - v1.23.3

Published by SethCohen almost 2 years ago

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)
EmojiUtilities - v1.23.2

Published by SethCohen almost 2 years ago

1.23.2 (2023-01-02)

Bug Fixes

  • stickersteal: fixed command not working on bot lacking View Channel permission (d2dd07a)
EmojiUtilities - v1.23.1

Published by SethCohen almost 2 years ago

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

EmojiUtilities - v1.23.0

Published by SethCohen almost 2 years ago

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)
EmojiUtilities - v1.22.8

Published by SethCohen almost 2 years ago

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

EmojiUtilities - v1.22.7

Published by SethCohen about 2 years ago

1.22.7 (2022-10-13)

Miscellaneous

EmojiUtilities - v1.22.6

Published by SethCohen about 2 years ago

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)
EmojiUtilities - v1.22.5

Published by SethCohen about 2 years ago

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)
EmojiUtilities - v1.22.4

Published by SethCohen about 2 years ago

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)
EmojiUtilities - v1.22.3

Published by SethCohen about 2 years ago

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)
EmojiUtilities - v1.22.2

Published by SethCohen about 2 years ago

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)
EmojiUtilities - v1.22.1

Published by SethCohen about 2 years ago

1.22.1 (2022-08-27)

Bug Fixes

  • guildCreate: fixed error bot crashing on joining guild (7d2e59e)
EmojiUtilities - v1.22.0

Published by SethCohen about 2 years ago

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)
Related Projects