From 2ef08ae924fa942aa0bd13d11017cd022d15c95c Mon Sep 17 00:00:00 2001 From: Runebaas Date: Sat, 11 Nov 2017 17:04:03 +0100 Subject: [PATCH] Take most relevant urban dict definition --- Geekbot.net/Commands/UrbanDictionary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geekbot.net/Commands/UrbanDictionary.cs b/Geekbot.net/Commands/UrbanDictionary.cs index 2bb3c66..65d6382 100644 --- a/Geekbot.net/Commands/UrbanDictionary.cs +++ b/Geekbot.net/Commands/UrbanDictionary.cs @@ -39,7 +39,7 @@ namespace Geekbot.net.Commands await ReplyAsync("That word is not defined..."); return; } - var definition = definitions.list.OrderBy(e => e.thumbs_up).First(); + var definition = definitions.list.First(); var eb = new EmbedBuilder(); eb.WithAuthor(new EmbedAuthorBuilder()