mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Credit Command
This commit is contained in:
@@ -10,7 +10,13 @@ module.exports = class KarenCommand extends ImgurAlbumCommand {
|
||||
memberName: 'karen',
|
||||
description: 'Responds with a random image of Karen.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
albumID: KAREN_ALBUM_ID
|
||||
albumID: KAREN_ALBUM_ID,
|
||||
credit: [
|
||||
{
|
||||
name: 'KINMOZA!',
|
||||
url: 'http://www.kinmosa.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user