From 36b6a8948d2fb81fdf62d3c9ee1315eee773b6bf Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:40:47 +1100 Subject: [PATCH] Remove pointless information --- src/commands/case.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/case.ts b/src/commands/case.ts index 14bdc50..aef5ffd 100644 --- a/src/commands/case.ts +++ b/src/commands/case.ts @@ -74,7 +74,7 @@ export default class Case { await interaction.reply({embeds: [new client.embed().setColor(client.config.embedColor) .setDescription(MessageTool.concatMessage( `There are **${cases.length}** total cases created and`, - `**${(await interaction.guild.bans.fetch()).size}** total bans in this server. (Fetched from bans page)` + `**${(await interaction.guild.bans.fetch()).size}** total bans in this server.` )).addFields(...preparedFields) ]}); }