Github Zen Command

This commit is contained in:
Daniel Odendahl Jr
2018-08-30 11:06:16 +00:00
parent 654f58fca1
commit b2a89819ef
4 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = class GithubCommand extends Command {
constructor(client) {
super(client, {
name: 'github',
aliases: ['github-repository', 'github-repo', 'git-repo'],
aliases: ['github-repository', 'github-repo', 'git-repo', 'gh'],
group: 'search',
memberName: 'github',
description: 'Responds with information on a GitHub repository.',