mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Credit Command
This commit is contained in:
@@ -12,7 +12,13 @@ module.exports = class ChangelogCommand extends Command {
|
||||
group: 'util',
|
||||
memberName: 'changelog',
|
||||
description: 'Responds with the bot\'s latest 10 commits.',
|
||||
guarded: true
|
||||
guarded: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'GitHub API',
|
||||
url: 'https://developer.github.com/v3/'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user