mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Credit Command
This commit is contained in:
@@ -9,7 +9,13 @@ module.exports = class HumbleBundleCommand extends Command {
|
||||
aliases: ['humble'],
|
||||
group: 'events',
|
||||
memberName: 'humble-bundle',
|
||||
description: 'Responds with the current Humble Bundle.'
|
||||
description: 'Responds with the current Humble Bundle.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Humble Bundle',
|
||||
url: 'https://www.humblebundle.com/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user