diff --git a/README.md b/README.md index 3e90bc01f..62310f995 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,31 @@ -![Logo of SharpCord](https://github.com/NaamloosDT/SharpCord/blob/master/logo.png) +![Logo of SharpCord](https://github.com/NaamloosDT/SharpCord/blob/master/logo_smaller.png) # SharpCord A C# API for Discord based off [DiscordSharp](https://github.com/suicvne/DiscordSharp) :3 #How to use ``` DiscordClient client = new DiscordClient(); client.ClientPrivateInformation.Email = "email"; client.ClientPrivateInformation.Password = "pass"; client.Connected += (sender, e) => { Console.WriteLine($"Connected! User: {e.User.Username}"); }; client.SendLoginRequest(); Thread t = new Thread(client.Connect); t.Start(); ``` #Update from Discordsharp Change your `using DiscordSharp` to `using SharpCord` ##Example Bot (might be a bit outdated) * https://github.com/NaamloosDT/DiscordSharp_Starter ##Questions? Come talk to us [here](http://www.discord.gg/h7mJ5x)! <3