|
|
|
@ -43,13 +43,13 @@ module.exports = class nHold extends Command {
|
|
|
|
|
|
|
|
|
|
let req;
|
|
|
|
|
let Message;
|
|
|
|
|
await yiff.furrybot.nsfw.hold().then((E) => (req = E));
|
|
|
|
|
await yiff.sheri.nsfw.hold().then((E) => (req = E));
|
|
|
|
|
|
|
|
|
|
if (Settings.embeds) {
|
|
|
|
|
Message = new MessageEmbed()
|
|
|
|
|
.setColor(ctx.config.color)
|
|
|
|
|
.setImage(req)
|
|
|
|
|
.setFooter(`${ctx.client.user.username} - Provided by furry.bot`, ctx.client.user.avatarURL());
|
|
|
|
|
.setImage(req.url)
|
|
|
|
|
.setFooter(`${ctx.client.user.username} - Provided by sheri.bot`, ctx.client.user.avatarURL());
|
|
|
|
|
if (Line) {
|
|
|
|
|
Message.setDescription(Line);
|
|
|
|
|
}
|
|
|
|
|