mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Remove pointless information
This commit is contained in:
parent
0a3ddc831d
commit
36b6a8948d
@ -74,7 +74,7 @@ export default class Case {
|
|||||||
await interaction.reply({embeds: [new client.embed().setColor(client.config.embedColor)
|
await interaction.reply({embeds: [new client.embed().setColor(client.config.embedColor)
|
||||||
.setDescription(MessageTool.concatMessage(
|
.setDescription(MessageTool.concatMessage(
|
||||||
`There are **${cases.length}** total cases created and`,
|
`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)
|
)).addFields(...preparedFields)
|
||||||
]});
|
]});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user