fixes
parent
5d6f058d5a
commit
40aef4123b
|
@ -168,11 +168,11 @@ export default class SiteInfo extends Command {
|
|||
embed.setTimestamp();
|
||||
});
|
||||
|
||||
if (screenshotData) {
|
||||
/*if (screenshotData) {
|
||||
if (embeds.length === 1) return message.channel.createMessage({ embed: embeds[0] }, { name: 'img.png', file: screenshotData });
|
||||
} else {
|
||||
await message.channel.createMessage('', { name: 'img.png', file: screenshotData });
|
||||
}
|
||||
}*/
|
||||
loading.delete().catch(() => {});
|
||||
return await createPaginationEmbed(message, embeds, {
|
||||
cycling: true,
|
||||
|
|
Loading…
Reference in New Issue