aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-19 17:04:18 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-19 17:04:18 -0400
commit8ef314c63ad5c3fa160b5ad876ef7ec315c7aa9e (patch)
tree8af8050c4d1e535ed720a6e136010369ab7d66d9 /src
parentf580e41111a9332a4a74b63118dc94efa216c388 (diff)
downloadtanzanite-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.ts2
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'],