From b87779d65edbe3443cf6ec5579e56dea5e91c195 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 2 Feb 2022 22:13:27 +0700 Subject: [PATCH] Update Help.ts --- src/discord/Help.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/discord/Help.ts b/src/discord/Help.ts index 5336c9b..0ce68f7 100644 --- a/src/discord/Help.ts +++ b/src/discord/Help.ts @@ -43,6 +43,11 @@ const EMBEDS = { name: '🔧 Developer', value: 'interactions, serviceannouncement', inline: true + }, + { + name: '\u200b', + value: '**Made with 💖 and [open source](https://github.com/YuzuZensai/Yumi)**', + inline: false } ], user: (data instanceof Interaction) ? data.user : data.author