mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2025-02-23 09:29:41 +11:00
Newline on case overwrite
This commit is contained in:
parent
95d7172d6a
commit
195f59813c
@ -243,7 +243,7 @@ class punishments extends Database {
|
|||||||
{name: '\u200b', value: '\u200b', inline: true}
|
{name: '\u200b', value: '\u200b', inline: true}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (data.cancels) embed.addFields({name: '🔹 Overwrites', value: `This case overwrites Case #${cancels.id} \`${cancels.reason}\``});
|
if (data.cancels) embed.addFields({name: '🔹 Overwrites', value: `This case overwrites Case #${cancels.id}\n\`${cancels.reason}\``});
|
||||||
|
|
||||||
// send embed in modlog channel
|
// send embed in modlog channel
|
||||||
(this.client.channels.cache.get(channelId) as Discord.TextChannel).send({embeds: [embed]});
|
(this.client.channels.cache.get(channelId) as Discord.TextChannel).send({embeds: [embed]});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user