mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Remove pointless bold text
This commit is contained in:
parent
bbf01dc7ba
commit
ebb2b5e445
@ -69,7 +69,7 @@ export class TagSystemSvc {
|
||||
.setDescription(getTag.dataValues.message)
|
||||
];
|
||||
if (getTag.dataValues.embedFlag) return await interaction.reply({content: targetMsg, embeds: embedFormat, allowedMentions: {parse: ['users']}});
|
||||
else return await interaction.reply({content: targetMsg+`\n**${getTag.dataValues.message}**\n╰ **${fetchUser.displayName}**`, allowedMentions: {parse: ['users']}});
|
||||
else return await interaction.reply({content: targetMsg+`\n${getTag.dataValues.message}\n╰ **${fetchUser.displayName}**`, allowedMentions: {parse: ['users']}});
|
||||
}
|
||||
async modifyTag(tagname:string, message:string) {
|
||||
CacheServer.delete('tags');
|
||||
|
Loading…
Reference in New Issue
Block a user