mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Все кнопки одного цвета
This commit is contained in:
parent
07bb447da0
commit
9eba216405
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class Play extends BaseCommand {
|
|||
.addComponents(
|
||||
new ButtonBuilder()
|
||||
.setCustomId("search_cancel")
|
||||
.setStyle(ButtonStyle.Primary)
|
||||
.setStyle(ButtonStyle.Secondary)
|
||||
.setEmoji("❌"),
|
||||
);
|
||||
const rows = [row1, row2, row3];
|
||||
|
|
Loading…
Reference in a new issue