1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Remove pointless information

This commit is contained in:
toast-ts 2024-04-06 19:40:47 +11:00 committed by GitHub
parent 0a3ddc831d
commit 36b6a8948d

View File

@ -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)
]});
}