Browse Source

Fix sample link & add missing pictures

pull/1161/head
Still Hsu 7 years ago
parent
commit
57ea571a81
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
4 changed files with 4 additions and 4 deletions
  1. +2
    -2
      docs/guides/getting_started/first-bot.md
  2. BIN
      docs/guides/getting_started/images/intro-copy-oauth.png
  3. BIN
      docs/guides/getting_started/images/intro-generate-oauth.png
  4. +2
    -2
      docs/guides/introduction/intro.md

+ 2
- 2
docs/guides/getting_started/first-bot.md View File

@@ -27,8 +27,8 @@ Discord Applications Portal first.
![Step 5](images/intro-create-bot.png)

6. Confirm the popup.
7. If this bot will be public, check "Public Bot." **Do not tick any
other options!**
7. (Optional) If this bot will be public, check "Public Bot."
* **Do not tick any other options!**

[Discord Applications Portal]: https://discordapp.com/developers/applications/me



BIN
docs/guides/getting_started/images/intro-copy-oauth.png View File

Before After
Width: 652  |  Height: 447  |  Size: 20 KiB

BIN
docs/guides/getting_started/images/intro-generate-oauth.png View File

Before After
Width: 686  |  Height: 138  |  Size: 8.8 KiB

+ 2
- 2
docs/guides/introduction/intro.md View File

@@ -17,7 +17,7 @@ understand these topics to some extent before proceeding.

Here are some examples:

1. [Official quick start guide]
1. [Official samples]
2. [Official template]

> [!NOTE]
@@ -26,7 +26,7 @@ Here are some examples:
> It is not meant to be something that will work out of the box.

[Official template]: https://github.com/foxbot/DiscordBotBase/tree/csharp/src/DiscordBot
[Official quick start guide]: https://github.com/RogueException/Discord.Net/blob/dev/docs/guides/getting_started/samples/first-bot/structure.cs
[Official samples]: https://github.com/RogueException/Discord.Net/tree/dev/samples
[Task-based Asynchronous Pattern]: https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap
[polymorphism]: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/polymorphism
[interface]: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/interfaces/


Loading…
Cancel
Save