removed footer

This commit is contained in:
loicbersier 2018-10-11 13:16:08 +02:00
parent 42785a83c7
commit 8eb6dc601d

View file

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