update emoji to follow styling

This commit is contained in:
derpystuff 2023-01-13 16:19:34 +01:00
parent 028999eef1
commit 4242794942

View file

@ -40,8 +40,8 @@ module.exports = {
pages, pages,
buttons: [{ buttons: [{
customId: "next", customId: "next",
emoji: "🖼️", emoji: "<:images:1063477061156605982>",
label: "Switch Avatar", label: "Toggle Server/Profile",
style: 1 style: 1
}] }]
}); });