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