public async Task Working(CommandContext ctx) { await Execute(async() => await ctx.RespondAsync(embed: await _handler.GetWorkingEmbed())); }