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:
parent
c22d0cf941
commit
7b6dd2d2f9
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue