Rename the clients namescape to MalClient, because that was the only thing in there, while other clients got their own namespaces

This commit is contained in:
runebaas 2020-08-08 21:17:02 +02:00
parent c22d0cf941
commit 7b6dd2d2f9
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 4 additions and 4 deletions

View file

@ -4,9 +4,9 @@ using System.Web;
using System.Xml;
using Discord;
using Discord.Commands;
using Geekbot.net.Lib.Clients;
using Geekbot.net.Lib.ErrorHandling;
using Geekbot.net.Lib.Extensions;
using Geekbot.net.Lib.MalClient;
namespace Geekbot.net.Commands.Integrations
{