Overhaul how credit works, change lots of images

This commit is contained in:
Dragon Fire
2020-01-14 18:25:35 -05:00
parent ea645d09f6
commit 0bb0550cc2
222 changed files with 928 additions and 361 deletions
+4 -2
View File
@@ -9,8 +9,10 @@ module.exports = class ImgurAlbumCommand extends Command {
this.albumID = info.albumID;
this.cache = null;
this.credit.push({
name: 'Imgur API',
url: 'https://apidocs.imgur.com/'
name: 'Imgur',
url: 'https://imgur.com/',
reason: 'API',
reasonURL: 'https://apidocs.imgur.com/'
});
}