From 0ad0f794760a2ce03bdf7f2c7ce76c25778d8374 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 13 Apr 2022 21:16:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20shop=20pterodactyl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/shop/modules/pterodactyl.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/shop/modules/pterodactyl.ts b/src/plugins/shop/modules/pterodactyl.ts index 8f33250..c523a8f 100644 --- a/src/plugins/shop/modules/pterodactyl.ts +++ b/src/plugins/shop/modules/pterodactyl.ts @@ -1,5 +1,5 @@ // Dependencies -import { CommandInteraction, ColorResolvable } from "discord.js"; +import { CommandInteraction } from "discord.js"; import { v4 as uuidv4 } from "uuid"; import axios from "axios"; @@ -214,7 +214,8 @@ export default async (interaction: CommandInteraction) => { logger?.error(e); const embed = { title: ":shopping_cart: Shop [Pterodactyl]", - description: "Something went wrong, please try again later.", + description: + "Something went wrong while saving your credits, please try again later.", color: errorColor, timestamp: new Date(), footer: {