mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Credit Command
This commit is contained in:
@@ -8,6 +8,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/'
|
||||
});
|
||||
}
|
||||
|
||||
async run(msg, { user }) {
|
||||
|
||||
Reference in New Issue
Block a user