execute method
Implementation
@override
Future<String> execute(CommandContext context) async {
await context.player.applyNightcore();
return '⚡ Applied nightcore effect!';
}
@override
Future<String> execute(CommandContext context) async {
await context.player.applyNightcore();
return '⚡ Applied nightcore effect!';
}