Skip to content

Commit

Permalink
0.32.5
Browse files Browse the repository at this point in the history
add new emoji brand
  • Loading branch information
LyoSU committed Jan 17, 2022
1 parent fcea5b9 commit 88c3839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion handlers/emoji-brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ module.exports = async ctx => {
if (match && [
'apple',
'google',
'twitter'
'twitter',
'joypixels',
'blob'
].includes(setEmojiBrand)) {
emojiBrand = setEmojiBrand
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quote-bot",
"version": "0.32.4",
"version": "0.32.5",
"description": "Telegram quote bot",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 88c3839

Please sign in to comment.