Fixed legacy namespace

This commit is contained in:
RogueException
2016-01-01 01:23:22 -04:00
parent c1bee10523
commit 72b24c1e42

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
namespace Discord
namespace Discord.Legacy
{
public static class Mention
{