mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Fixed breaking changes
This commit is contained in:
@@ -124,7 +124,7 @@ export default class PlayMy extends DiscordModule {
|
||||
// The query length is too long to fit in json
|
||||
if (query.length > 100 - 51) return;
|
||||
|
||||
row = new ActionRowBuilder<ButtonBuilder>().addComponents(
|
||||
row = new ActionRowBuilder<ButtonBuilder>().addComponents([
|
||||
new ButtonBuilder()
|
||||
.setEmoji('🔎')
|
||||
.setCustomId(
|
||||
@@ -138,7 +138,7 @@ export default class PlayMy extends DiscordModule {
|
||||
)
|
||||
.setLabel(' Not this? Search!')
|
||||
.setStyle(ButtonStyle.Primary)
|
||||
);
|
||||
]);
|
||||
}
|
||||
|
||||
if(!row)
|
||||
|
||||
Reference in New Issue
Block a user