diff options
-rw-r--r-- | src/commands/info/links.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/links.ts b/src/commands/info/links.ts index 41e5c4d..23aa411 100644 --- a/src/commands/info/links.ts +++ b/src/commands/info/links.ts @@ -8,7 +8,7 @@ assert(packageDotJSON); export default class LinksCommand extends BushCommand { public constructor() { super('links', { - aliases: ['links', 'invite', 'support'], + aliases: ['links', 'invite', 'inv', 'support', 'github', 'source', 'oss'], category: 'info', description: 'Sends bot links', usage: ['links'], |