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:
parent
c68963f31d
commit
a1cb1bb617
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export const SourceCmd = utilityCmd({
|
||||||
content: message.content,
|
content: message.content,
|
||||||
attachments: message.attachments,
|
attachments: message.attachments,
|
||||||
embeds: message.embeds,
|
embeds: message.embeds,
|
||||||
|
stickers: message.stickers,
|
||||||
});
|
});
|
||||||
|
|
||||||
const source = `${textSource}\n\nSource:\n\n${fullSource}`;
|
const source = `${textSource}\n\nSource:\n\n${fullSource}`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue