mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = class GithubCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'github',
|
||||
aliases: ['github-repository', 'github-repo', 'git-repo', 'gh'],
|
||||
aliases: ['repo', 'gh'],
|
||||
group: 'search',
|
||||
memberName: 'github',
|
||||
description: 'Responds with information on a GitHub repository.',
|
||||
|
||||
Reference in New Issue
Block a user