mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Re-added .google search result scraper and set it as the default again. Also added versioning to searches.yml as it was forgotten previously
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace NadekoBot.Modules.Searches.GoogleScrape;
|
||||
|
||||
public sealed class PlainSearchResultInfo : ISearchResultInformation
|
||||
{
|
||||
public string TotalResults { get; init; } = null!;
|
||||
public string SearchTime { get; init; } = null!;
|
||||
}
|
Reference in New Issue
Block a user