Skip to content

Commit f094a61

Browse files
committed
Add aliases for the stop command
1 parent 67a3e0a commit f094a61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/stop.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default class StopCommand extends BaseCommand {
66
name = "stop";
77
description = "Stop current video playback and clear queue";
88
usage = "stop";
9+
aliases = ["leave", "s"];
910

1011
async execute(context: CommandContext): Promise<void> {
1112
if (!context.streamStatus.joined) {

0 commit comments

Comments
 (0)