From 8ef314c63ad5c3fa160b5ad876ef7ec315c7aa9e Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 19 Jun 2022 17:04:18 -0400 Subject: add more aliases to the links command --- src/commands/info/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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'], -- cgit