Updated Code Samples for compatibility with 0.9; fixed events; fixed rST

This commit is contained in:
Christopher F
2016-03-12 14:42:11 -05:00
parent 5a38129c18
commit 9b2be11638
14 changed files with 57 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ You can create Channels, Invites, and Roles on a server using the CreateChannel,
You may also edit a server's name, icon, and region.
.. code-block:: c#
.. code-block:: csharp6
// Create a Channel and retrieve the Channel object
var _channel = await _server.CreateChannel("announcements", ChannelType.Text);