-
Notifications
You must be signed in to change notification settings - Fork 29
Custom Emotes
Isaac edited this page Aug 14, 2021
·
3 revisions
Radium ships with a handful of emotes already (/emotes
in chat) but custom emotes can be added as well.
- Add a docker volume exposing the emote directory (adding the volume will remove the default emotes).
-v /path/to/emotes:/opt/app/static/emotes
- Place your emotes in the folder
- Emotes should be 28x28 pixels.
- Emotes will be named what the image/gif is named.
- If an emote in named
smile.png
then typingsmile
in chat will show the emote.
- If an emote in named
- After adding emotes, simply refresh the webpage and they will show up. No need to restart the container.
If you're looking for some emotes to add, check out these two websites.
https://www.frankerfacez.com/emoticons/
https://betterttv.com/emotes/top
Make sure to download the smallest version of the emote.
Here is a script that downloads all BTTV emotes from a Twitch channel. https://gist.github.com/Zibbp/11cd8fd93b90e3a8df57503b9903d17a