diff options
| author | Max Isom <[email protected]> | 2021-09-19 22:24:46 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-09-19 22:24:46 -0400 |
| commit | dcac22832d02376c351603c944aabec17f2b7d1b (patch) | |
| tree | a40097c3b7b3f8276fa2e0ccafd95d313474b84a /src/commands/queue.ts | |
| parent | fd782219eff8016a00e87f0c8e44af3a3ba74be6 (diff) | |
| download | muse-dcac22832d02376c351603c944aabec17f2b7d1b.tar.xz muse-dcac22832d02376c351603c944aabec17f2b7d1b.zip | |
Bump linter version
Diffstat (limited to 'src/commands/queue.ts')
| -rw-r--r-- | src/commands/queue.ts | 2 |
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; |
