We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a3e0a commit f094a61Copy full SHA for f094a61
1 file changed
src/commands/stop.ts
@@ -6,6 +6,7 @@ export default class StopCommand extends BaseCommand {
6
name = "stop";
7
description = "Stop current video playback and clear queue";
8
usage = "stop";
9
+ aliases = ["leave", "s"];
10
11
async execute(context: CommandContext): Promise<void> {
12
if (!context.streamStatus.joined) {
0 commit comments