Emote pack import support with Guilded (Developers)
Want to make an emote pack that can be imported into Guilded? It's super easy! You need to make a JSON file that looks like this.
You can copy this code:
{
"name": "My Awesome Emote Pack", // the name of your emote pack
"author": "Gil", // your name
"emotes": [ // list of emotes in this pack
{
"name": "gil_wut",
"url": "https://emoji.gg/assets/emoji/6017_gil_wut.png"
},
{
"name": "gil_woah",
"url": "https://emoji.gg/assets/emoji/9837_gil_woah.png"
}
]
}
Emote names must only contain alphanumeric characters and underscores (a-z, 0-9, _). The emote URL needs to point to a publicly-accessible image under 256kb in size. Each emote pack can have up to 30 emotes.
Host this JSON file somewhere public and share it with users. They can paste it into Guilded following this guide to import your pack!
To see an example of a valid emoji pack JSON file, check out the following link to view the Emoji Pack.