mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Include stickers in !source
This commit is contained in:
parent
5ff79a9f58
commit
356c86f033
1 changed files with 1 additions and 0 deletions
|
@ -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}`;
|
||||
|
|
Loading…
Add table
Reference in a new issue