Change message format
This commit is contained in:
parent
1bc6f76395
commit
8f7c2987b3
2
main.js
2
main.js
|
@ -43,7 +43,7 @@ client.on('messageCreate', async message => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const formattedMessage = {
|
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]
|
target: channelMappings[message.channel.id]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue