Skip to content

Commit

Permalink
new emojis from trash panda qc vid
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed Apr 18, 2024
1 parent a09ccd1 commit 24b6f57
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions app/initializers/custom-emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,54 @@ export function initialize(/* application */) {
shortnames: [':tune:'],
keywords: ['tune'],
},
':grumby_spin:': {
custom: true,
animated: true,
uc_base: 'grumby_spin',
uc_output: '',
shortnames: [':grumby_spin:'],
keywords: ['grumby_spin'],
},
':watermel_spin:': {
custom: true,
animated: true,
uc_base: 'watermel_spin',
uc_output: '',
shortnames: [':watermel_spin:'],
keywords: ['watermel_spin'],
},
':freaky_green_spin:': {
custom: true,
animated: true,
uc_base: 'freaky_green_spin',
uc_output: '',
shortnames: [':freaky_green_spin:'],
keywords: ['freaky_green_spin'],
},
':lemoner_spin:': {
custom: true,
animated: true,
uc_base: 'lemoner_spin',
uc_output: '',
shortnames: [':lemoner_spin:'],
keywords: ['lemoner_spin'],
},
':banaynay_spin:': {
custom: true,
animated: true,
uc_base: 'banaynay_spin',
uc_output: '',
shortnames: [':banaynay_spin:'],
keywords: ['banaynay_spin'],
},
':ksd_spin:': {
custom: true,
animated: true,
uc_base: 'ksd_spin',
uc_output: '',
shortnames: [':ksd_spin:'],
keywords: ['ksd_spin'],
},
};

Object.keys(customEmojis).forEach((emoji) => {
Expand Down
Binary file added public/assets/images/emojis/banaynay_spin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/emojis/freaky_green_spin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/emojis/grumby_spin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/emojis/ksd_spin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/emojis/lemoner_spin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/emojis/watermel_spin.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24b6f57

Please sign in to comment.