From 93c735e25d00fca56f0f80fc1f4d33bd2db8398a Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 2 Oct 2018 11:55:58 +0200 Subject: [PATCH] idk i forgot sorry lol --- commands/fun/badmeme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/badmeme.js b/commands/fun/badmeme.js index d4f78b2..7bc93d0 100644 --- a/commands/fun/badmeme.js +++ b/commands/fun/badmeme.js @@ -12,7 +12,7 @@ module.exports = class BadMemeCommand extends Command { async run(message) { - fetch("https://api.imgur.com/3/gallery/hot/top/day?showViral=true&mature=false&perPage=100&album_previews=true", { + fetch("https://api.imgur.com/3/gallery/hot/day?showViral=true&mature=false&perPage=100&album_previews=true", { headers: { "Authorization": "Client-ID e4cb6948f80f295" }, }).then((response) => { return response.json();