stop static method

Implementation

static Future<String> stop(CommandContext ctx) async {
  await ctx.client.stop(ctx.guildId);
  return '⏹️ Stopped playback and cleared queue!';
}