Merge WikipediaApi into the main code base

This commit is contained in:
runebaas 2020-08-08 21:09:27 +02:00
parent 3813290f89
commit c22d0cf941
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
15 changed files with 16 additions and 30 deletions

View file

@ -8,9 +8,9 @@ using Discord.Commands;
using Geekbot.net.Database;
using Geekbot.net.Lib.ErrorHandling;
using Geekbot.net.Lib.Extensions;
using Geekbot.net.Lib.WikipediaClient;
using Geekbot.net.Lib.WikipediaClient.Page;
using HtmlAgilityPack;
using WikipediaApi;
using WikipediaApi.Page;
namespace Geekbot.net.Commands.Integrations
{