From a91a23fea294c75e8fea0fdb9eb7ae7f2fe9da6f Mon Sep 17 00:00:00 2001 From: GhomKrosmonaute Date: Thu, 24 Oct 2024 01:03:38 +0200 Subject: [PATCH] updated bot.ts --- src/app/button.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/button.ts b/src/app/button.ts index 5a77388..6ce32cb 100644 --- a/src/app/button.ts +++ b/src/app/button.ts @@ -131,7 +131,6 @@ export function createButton( const button = new discord.ButtonBuilder() .setCustomId(encodeButtonCustomId(handler.options.key, ...params)) .setStyle(discord.ButtonStyle.Primary) - .setLabel(handler.options.key) handler.options.builder?.(button, ...params)