diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-19 17:04:18 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-19 17:04:18 -0400 |
commit | 8ef314c63ad5c3fa160b5ad876ef7ec315c7aa9e (patch) | |
tree | 8af8050c4d1e535ed720a6e136010369ab7d66d9 /src | |
parent | f580e41111a9332a4a74b63118dc94efa216c388 (diff) | |
download | tanzanite-8ef314c63ad5c3fa160b5ad876ef7ec315c7aa9e.tar.gz tanzanite-8ef314c63ad5c3fa160b5ad876ef7ec315c7aa9e.tar.bz2 tanzanite-8ef314c63ad5c3fa160b5ad876ef7ec315c7aa9e.zip |
add more aliases to the links command
Diffstat (limited to 'src')
-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'], |