From 31efbb16a675952bdecc0096e9769f9c4d7230b7 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 26 Nov 2015 14:04:58 +0100 Subject: [PATCH] Updated Getting started --- docs/getting_started.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 4ebc4f841..1e8ee492e 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -4,7 +4,7 @@ Getting Started Requirements ------------ -Discord.Net currently requires logging in with a claimed account - anonymous logins are not supported. You can `register for a Discord account here`. +Discord.Net currently requires logging in with a claimed account - anonymous logins are not supported. You can `register for a Discord account here`_. New accounts are also useless when not connected to a server, so you should create an invite code for whatever server you intend to test on using the official Discord client. @@ -17,12 +17,16 @@ You can get Discord.Net from NuGet: * `Discord.Net`_ * `Discord.Net.Commands`_ +* `Discord.Net.Modules`_ + +If you have trouble installing from NuGet, try installing dependencies manually. You can also pull the latest source from `GitHub`_ -.. _Discord.Net: https://discordapp.com/register -.. _Discord.Net.Commands: https://discordapp.com/register -.. _GitHub: https://github.com/RogueException/Discord.Net/> +.. _Discord.Net: https://www.nuget.org/packages/Discord.Net/0.8.1-beta2 +.. _Discord.Net.Commands: https://www.nuget.org/packages/Discord.Net.Commands/0.8.1-beta2 +.. _Discord.Net.Modules: https://www.nuget.org/packages/Discord.Net.Modules/0.8.1-beta2 +.. _GitHub: https://github.com/RogueException/Discord.Net/ Async ----- @@ -39,4 +43,4 @@ Example .. literalinclude:: samples/getting_started.cs :language: csharp6 - :tab-width: 2 \ No newline at end of file + :tab-width: 2