diff --git a/src/NadekoBot/Services/Impl/GoogleApiService.cs b/src/NadekoBot/Services/Impl/GoogleApiService.cs index c5f9a4c43..fb1ea9445 100644 --- a/src/NadekoBot/Services/Impl/GoogleApiService.cs +++ b/src/NadekoBot/Services/Impl/GoogleApiService.cs @@ -341,6 +341,7 @@ public class GoogleApiService : IGoogleApiService, INService req.Fields = "items(image(contextLink,thumbnailLink),link)"; req.SearchType = CseResource.ListRequest.SearchTypeEnum.Image; req.Start = new NadekoRandom().Next(0, 20); + req.Safe = CseResource.ListRequest.SafeEnum.Active; var search = await req.ExecuteAsync();