idk i forgot sorry lol
This commit is contained in:
parent
83f5198f10
commit
93c735e25d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports = class BadMemeCommand extends Command {
|
||||||
|
|
||||||
async run(message) {
|
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" },
|
headers: { "Authorization": "Client-ID e4cb6948f80f295" },
|
||||||
}).then((response) => {
|
}).then((response) => {
|
||||||
return response.json();
|
return response.json();
|
||||||
|
|
Loading…
Reference in a new issue