Update Searches.cs
remove timestamp
This commit is contained in:
parent
c015b51901
commit
0464c1d724
@ -347,8 +347,7 @@ namespace NadekoBot.Modules.Searches
|
|||||||
.WithDescription("Seek advice, you must!")
|
.WithDescription("Seek advice, you must!")
|
||||||
.WithThumbnail(th => th.WithUrl("http://i.imgur.com/62Uh4u6.jpg"))
|
.WithThumbnail(th => th.WithUrl("http://i.imgur.com/62Uh4u6.jpg"))
|
||||||
.AddField(fb => fb.WithName($"🌍 **{umsg.Author.Username}**").WithValue($"{res.ToString()}").WithIsInline(false))
|
.AddField(fb => fb.WithName($"🌍 **{umsg.Author.Username}**").WithValue($"{res.ToString()}").WithIsInline(false))
|
||||||
.WithColor(NadekoBot.OkColor)
|
.WithColor(NadekoBot.OkColor);
|
||||||
.WithTimestamp(DateTime.Now);
|
|
||||||
await channel.EmbedAsync(embed.Build()).ConfigureAwait(false);
|
await channel.EmbedAsync(embed.Build()).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
Loading…
Reference in New Issue
Block a user