execute method
Implementation
@override
Future<String> execute(CommandContext context) async {
await context.player.seekForward(Duration(seconds: 10));
return '⏩ Skipped forward 10 seconds';
}
@override
Future<String> execute(CommandContext context) async {
await context.player.seekForward(Duration(seconds: 10));
return '⏩ Skipped forward 10 seconds';
}