Browse Source

Removed Import/Export placeholder

tags/docs-0.9
RogueException 9 years ago
parent
commit
79712b9df4
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/Discord.Net/DiscordClient.cs

+ 0
- 4
src/Discord.Net/DiscordClient.cs View File

@@ -151,10 +151,6 @@ namespace Discord


//Extensibility //Extensibility
Services = new ServiceManager(this); Services = new ServiceManager(this);

//Import/Export
//_messageImporter = new JsonSerializer();
//_messageImporter.ContractResolver = new Message.ImportResolver();
} }


/// <summary> Connects to the Discord server with the provided email and password. </summary> /// <summary> Connects to the Discord server with the provided email and password. </summary>


Loading…
Cancel
Save