mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Overhaul how credit works, change lots of images
This commit is contained in:
@@ -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/'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,9 @@ module.exports = class SubredditCommand extends Command {
|
||||
this.postType = info.postType ? Array.isArray(info.postType) ? info.postType : [info.postType] : null;
|
||||
this.credit.push({
|
||||
name: 'Reddit',
|
||||
url: 'https://www.reddit.com/'
|
||||
url: 'https://www.reddit.com/',
|
||||
reason: 'API',
|
||||
reasonURL: 'https://www.reddit.com/dev/api/'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user