1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 20:30:58 -05:00

Remove pointless information

This commit is contained in:
Toast 2024-04-06 19:40:47 +11:00 committed by GitHub
parent 4388f42ade
commit 5706124de4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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