aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/queue.ts')
-rw-r--r--src/commands/queue.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/queue.ts b/src/commands/queue.ts
index a4bdc1e..85420e8 100644
--- a/src/commands/queue.ts
+++ b/src/commands/queue.ts
@@ -17,7 +17,7 @@ export default class implements Command {
public aliases = ['q'];
public examples = [
['queue', 'shows current queue'],
- ['queue 2', 'shows second page of queue']
+ ['queue 2', 'shows second page of queue'],
];
private readonly playerManager: PlayerManager;