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