Early 1.0 REST Preview

This commit is contained in:
RogueException
2016-04-04 20:15:16 -03:00
parent b888ea23dc
commit 5bdd6a7ff3
470 changed files with 6804 additions and 14042 deletions

View File

@@ -6,7 +6,7 @@ Banning
To ban a user, invoke the Ban function on a Server object.
.. code-block:: csharp6
.. code-block:: c#
_server.Ban(_user, 30);
@@ -17,6 +17,6 @@ Kicking
To kick a user, invoke the Kick function on the User.
.. code-block:: csharp6
.. code-block:: c#
_user.Kick();