execute method
Implementation
@override
Future<String> execute(CommandContext context) async {
final player = context.player;
await player.stop(shouldClearQueue: true);
return '⏹️ Stopped playback and cleared queue';
}
@override
Future<String> execute(CommandContext context) async {
final player = context.player;
await player.stop(shouldClearQueue: true);
return '⏹️ Stopped playback and cleared queue';
}