Browse Source

Update README.md

tags/docs-0.9
RogueException 9 years ago
parent
commit
5d5c5aa660
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      README.md

+ 3
- 2
README.md View File

@@ -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")


Loading…
Cancel
Save