Include stickers in !source

This commit is contained in:
Dragory 2020-10-22 01:22:28 +03:00
parent 5ff79a9f58
commit 356c86f033
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -36,6 +36,7 @@ export const SourceCmd = utilityCmd({
content: message.content,
attachments: message.attachments,
embeds: message.embeds,
stickers: message.stickers,
});
const source = `${textSource}\n\nSource:\n\n${fullSource}`;