Change message format

This commit is contained in:
Wizzard 2024-02-07 17:07:14 -05:00
parent 1bc6f76395
commit 8f7c2987b3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ client.on('messageCreate', async message => {
}
const formattedMessage = {
content: `<@${message.author.id}> / **${message.author.tag}**: ${content}${attachmentUrls} \`${timestamp}\``,
content: `\`${timestamp}\` <@${message.author.id}> / **${message.author.tag}**: ${content}${attachmentUrls}`,
target: channelMappings[message.channel.id]
};