Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Sep 5, 2022
2 parents 1e15f77 + eb7bdd1 commit 63cde5c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [1.22.4](https://github.com/SethCohen/EmojiUtilities/compare/v1.22.3...v1.22.4) (2022-08-31)


### Bug Fixes

* **emojisteal:** fixed error on no emoji found/invalid value in `emoji` input. ([d67972b](https://github.com/SethCohen/EmojiUtilities/commit/d67972bd6df54d836d4c840215b3cd7be285f1b5))
* **guildCreate:** added error catching for future proofing. ([9460972](https://github.com/SethCohen/EmojiUtilities/commit/9460972c0b77088b35fe64f5757f79dd33369e46))
* **uploademoji:** fixed error of uploaded animated emojis not being animated. ([0a81e09](https://github.com/SethCohen/EmojiUtilities/commit/0a81e09397046efdd4b058e05a5f789d217afd4d))
* **uploademoji:** fixed error on invalid value in `name` ([babd066](https://github.com/SethCohen/EmojiUtilities/commit/babd066555ac10c46057367ebe58f1c6ed847c37))

## [1.22.3](https://github.com/SethCohen/EmojiUtilities/compare/v1.22.2...v1.22.3) (2022-08-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emojiutilities",
"description": "Discord.js Bot for tracking server-specific emoji usage",
"version": "1.22.3",
"version": "1.22.4",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
Expand Down

0 comments on commit 63cde5c

Please sign in to comment.