Browse Source

Fixed legacy namespace

pull/22/merge
RogueException 9 years ago
parent
commit
72b24c1e42
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Legacy.cs

+ 1
- 1
src/Discord.Net/Legacy.cs View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO; using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;


namespace Discord
namespace Discord.Legacy
{ {
public static class Mention public static class Mention
{ {


Loading…
Cancel
Save