Bunch of new aliases

This commit is contained in:
Dragon Fire
2021-01-27 17:58:43 -05:00
parent d8061ffdbe
commit dc68bdd852
48 changed files with 65 additions and 40 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = class GithubCommand extends Command {
constructor(client) {
super(client, {
name: 'github',
aliases: ['repo', 'gh'],
aliases: ['repo', 'gh', 'github-repo', 'gh-repo'],
group: 'search',
memberName: 'github',
description: 'Responds with information on a GitHub repository.',