From 5d5c5aa66057d34abb32bd77e849dc1b73ffb90f Mon Sep 17 00:00:00 2001 From: RogueException Date: Fri, 28 Aug 2015 06:13:46 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ee399417..5723cf069 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Discord.Net v0.6.0 Beta +# Discord.Net v0.6.0-beta2 An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). [Join the discussion](https://discord.gg/0SBTUU1wZTVjAMPx) on Discord. @@ -28,7 +28,8 @@ await client.Connect("discordtest@email.com", "Password123"); await client.AcceptInvite("channel-invite-code"); ``` -### Example (Command Client, requires Discord.Net.Commands) +### Example (Command Client) +(Requires Discord.Net.Commands) ``` var client = new DiscordBotClient(); client.CreateCommand("acceptinvite")