Add footer (not skidding Pepperjack (real))
This commit is contained in:
parent
ca1c609c94
commit
d02d4e07ef
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ export async function expandDiscordLink(message: Message): Promise<void> {
|
|||
name: `${messageToShow.author.username}#${messageToShow.author.discriminator}`,
|
||||
iconURL: messageToShow.author.displayAvatarURL(),
|
||||
})
|
||||
.setColor(Colors.Aqua);
|
||||
.setColor(Colors.Aqua)
|
||||
.setTimestamp(messageToShow.createdTimestamp)
|
||||
.setFooter({ text: `#${messageToShow.channel.name}`})
|
||||
if (messageToShow.content) {
|
||||
builder.setDescription(messageToShow.content);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue