mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Overhaul how credit works, change lots of images
This commit is contained in:
@@ -11,8 +11,10 @@ module.exports = class GithubZenCommand extends Command {
|
||||
description: 'Responds with a random GitHub design philosophy.',
|
||||
credit: [
|
||||
{
|
||||
name: 'GitHub Zen API',
|
||||
url: 'https://api.github.com/zen'
|
||||
name: 'GitHub',
|
||||
url: 'https://github.com/',
|
||||
reason: 'Zen API',
|
||||
reasonURL: 'https://developer.github.com/v3/'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user