Is there any way to add emoji aliases?

I need an emoji alias : beetle : to represent :lady_beetle: which is keeping constancy with bitbucket.org.
I can’t find any way to do this:

from
{“emoji”:":lady_beetle: ",“aliases”:[“lady_beetle”]}
to
{“emoji”:":lady_beetle: ",“aliases”:[“lady_beetle”, “beetle”]}

Is there any possibilities to do this without recompiling the gitea server?

No, it’s hard-coded: gitea/emoji_data.go at e81ccc406bf723a5a58d685e7782f281736affd4 · go-gitea/gitea · GitHub