You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: 'What happened?',value: 'Polytoria has revamped their entire website, and we rely on APIs to access the information we serve to you. With those APIs currently being unavailable, we cannot serve you the requested command.'},
10
+
{name: 'When will this command return?',value: 'In the future when the API for this command returns.',inline: true}
11
+
)
12
+
.setFooter({text: 'Thank you for your patience.',iconURL: 'https://starmanthegamer.com/icon.png'})
embed.setTitle('This command is currently unavailable.')
9
-
embed.addField('What happened?','Polytoria has revamped their entire website, and we rely on APIs to access the information we serve to you. With those APIs currently being unavailable, we cannot serve you the requested command.')
10
-
embed.addField('When will this command return?','In the future when the API for this command returns.')
constpageNumBtn: MessageButton=newMessageButton().setCustomId(pageNum).setLabel(`Page ${currentPage+1} of ${pagesCount}`).setStyle('SECONDARY')
35
+
constpageNumBtn: ButtonBuilder=newButtonBuilder().setCustomId(pageNum).setLabel(`Page ${currentPage+1} of ${pagesCount}`).setStyle(ButtonStyle.Secondary)
0 commit comments