From 356c86f033b9d1c7d72e3a797c6bb7523b20242f Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 22 Oct 2020 01:22:28 +0300 Subject: [PATCH] Include stickers in !source --- backend/src/plugins/Utility/commands/SourceCmd.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/plugins/Utility/commands/SourceCmd.ts b/backend/src/plugins/Utility/commands/SourceCmd.ts index 0f574530..47ae3658 100644 --- a/backend/src/plugins/Utility/commands/SourceCmd.ts +++ b/backend/src/plugins/Utility/commands/SourceCmd.ts @@ -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}`;