From 4242794942fe60070a2e5aabc8b08c5d82c988f7 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Fri, 13 Jan 2023 16:19:34 +0100 Subject: [PATCH] update emoji to follow styling --- commands/message/info/avatar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/info/avatar.js b/commands/message/info/avatar.js index 351493b..9c388cd 100644 --- a/commands/message/info/avatar.js +++ b/commands/message/info/avatar.js @@ -40,8 +40,8 @@ module.exports = { pages, buttons: [{ customId: "next", - emoji: "🖼️", - label: "Switch Avatar", + emoji: "<:images:1063477061156605982>", + label: "Toggle Server/Profile", style: 1 }] });