3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

Include stickers in !source

This commit is contained in:
Dragory 2020-10-22 01:22:28 +03:00
parent c68963f31d
commit a1cb1bb617

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}`;