execute method
Implementation
@override
Future<String> execute(CommandContext context) async {
await context.player.restart();
return '🔄 Restarted track';
}
@override
Future<String> execute(CommandContext context) async {
await context.player.restart();
return '🔄 Restarted track';
}