From ee085d811d02f87209eb0741e9a7a6a7306637c6 Mon Sep 17 00:00:00 2001 From: mrloldev Date: Mon, 4 Sep 2023 09:43:41 +0200 Subject: [PATCH] fix: add style to gh button --- src/bot/commands/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/commands/bot.ts b/src/bot/commands/bot.ts index 3c35682..43c983f 100644 --- a/src/bot/commands/bot.ts +++ b/src/bot/commands/bot.ts @@ -60,9 +60,9 @@ export default createCommand({ }, { type: MessageComponentTypes.Button, - label: "GitHub", url: `https://github.com/${repo}`, + style: ButtonStyles.Link, }, ];