diff --git a/commands/utility/info.js b/commands/utility/info.js
index 8d8b8080..100afff3 100644
--- a/commands/utility/info.js
+++ b/commands/utility/info.js
@@ -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);
 });
 }};
\ No newline at end of file