Updated emojis
This commit is contained in:
@@ -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
|
||||
}]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user