aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-03-18 18:57:21 -0500
committerMax Isom <[email protected]>2020-03-18 18:57:21 -0500
commitde1e761623f27c6ed0277d85d824c504c39a1188 (patch)
tree68085a4d354500f44f2f3c74c01d12a4eb4b5bc4 /src/commands/queue.ts
parent8340f9b95a377580871d6e73bf87eb29ed69e6c7 (diff)
downloadmuse-de1e761623f27c6ed0277d85d824c504c39a1188.tar.xz
muse-de1e761623f27c6ed0277d85d824c504c39a1188.zip
Add aliases
Diffstat (limited to 'src/commands/queue.ts')
-rw-r--r--src/commands/queue.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/queue.ts b/src/commands/queue.ts
index a194729..6c5cc63 100644
--- a/src/commands/queue.ts
+++ b/src/commands/queue.ts
@@ -7,6 +7,7 @@ import Command from '.';
@injectable()
export default class implements Command {
public name = 'queue';
+ public aliases = ['q'];
public examples = [
['queue', 'shows current queue']
];