skip static method
Implementation
static Future<String> skip(CommandContext ctx) async {
await ctx.client.skip(ctx.guildId);
return '⏭️ Skipped to next track!';
}
static Future<String> skip(CommandContext ctx) async {
await ctx.client.skip(ctx.guildId);
return '⏭️ Skipped to next track!';
}