removed footer

Commando
loicbersier 6 years ago
parent 42785a83c7
commit 8eb6dc601d

@ -33,8 +33,7 @@ module.exports = class InfoCommand extends Command {
.addField("Topic", response.meta.topic) .addField("Topic", response.meta.topic)
.setImage(response.Image) .setImage(response.Image)
.setTimestamp() .setTimestamp()
.setFooter("Provided to you by DuckDuckgo", "https://i.imgur.com/POGt26Z.png")
message.say(ddgEmbed); message.say(ddgEmbed);
}); });
}}; }};
Loading…
Cancel
Save