More Aliases, Thesaurus

This commit is contained in:
Daniel Odendahl Jr
2017-09-26 19:00:12 +00:00
parent c610b8babb
commit c2738b97f7
22 changed files with 87 additions and 23 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class GitHubCommand extends Command {
constructor(client) {
super(client, {
name: 'github',
aliases: ['github-repository', 'github-repo'],
aliases: ['github-repository', 'github-repo', 'git-repo'],
group: 'search',
memberName: 'github',
description: 'Searches GitHub for information on a repository.',