Updated emojis

This commit is contained in:
2025-03-27 13:47:22 +01:00
parent d8ebeff481
commit 9e4fe28c81
12 changed files with 87 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
import { InteractionContextType, SlashCommandBuilder } from "discord.js"
import { devMessage, embedColor } from "~/config/options"
import { ICommand } from "~/typings"
import emoji from "~/utils/Functions/emoji"
import { formatUuid, getHeadURL, getIGN, getUUID } from "~/utils/Hypixel"
export default {
@@ -31,7 +32,7 @@ export default {
if (!uuid) {
interaction.editReply({
embeds: [{
description: "<a:questionmark_pink:1130206038008803488> That player does not exist.",
description: emoji("questionmark") + " That player does not exist.",
color: embedColor
}]
})