|
1 |
| -# Summary |
| 1 | +# Table of contents |
2 | 2 |
|
3 |
| -* [Support me on Patreon](https://www.patreon.com/anidiotsguide) |
4 | 3 | * [Introduction](README.md)
|
| 4 | +* [Support me on Patreon](https://www.patreon.com/anidiotsguide) |
| 5 | +* [Introduction](introduction.md) |
5 | 6 | * [Frequently Asked Questions](frequently-asked-questions.md)
|
6 | 7 | * [Common Errors](common-errors.md)
|
7 |
| -* [Getting Started](getting-started.md) |
8 |
| - * [Getting Started - Long Version](getting-started/the-long-version.md) |
9 |
| - * [Getting Started - Linux TL;DR](getting-started/linux-tldr.md) |
10 |
| - * [Getting Started - Windows TL;DR](getting-started/windows-tldr.md) |
11 |
| -* [First Bot](first-bot.md) |
12 |
| - * [Your First Bot](getting-started/your-basic-bot.md) |
13 |
| - * [Adding a Config File](getting-started/config-json-file.md) |
14 |
| - * [Command with arguments](examples/command-with-arguments.md) |
15 |
| - * [A Basic Command Handler](coding-guides/a-basic-command-handler.md) |
16 |
| - * [Using Embeds in messages](examples/using-embeds-in-messages.md) |
17 |
| -* [Coding Guides](coding-guides.md) |
18 |
| - * [JSON-Based Points System](coding-guides/storing-data-in-a-json-file.md) |
19 |
| - * [SQLite-Based Points System](coding-guides/storing-data-in-an-sqlite-file.md) |
20 |
| - * [Enmap-Based Points System](coding-guides/storing-data-in-a-persistent-collection.md) |
21 |
| - * [Creating a Music Bot](coding-guides/coding-a-music-bot.md) |
| 8 | +* Getting Started |
| 9 | + * [Getting Started - Long Version](getting-started/getting-started-long-version.md) |
| 10 | + * [Getting Started - Linux TL;DR](getting-started/getting-started-linux-tl-dr.md) |
| 11 | + * [Getting Started - Windows TL;DR](getting-started/getting-started-windows-tl-dr.md) |
| 12 | +* First Bot |
| 13 | + * [Your First Bot](first-bot/your-first-bot.md) |
| 14 | + * [Adding a Config File](first-bot/adding-a-config-file.md) |
| 15 | + * [Command with arguments](first-bot/command-with-arguments.md) |
| 16 | + * [A Basic Command Handler](first-bot/a-basic-command-handler.md) |
| 17 | + * [Using Embeds in messages](first-bot/using-embeds-in-messages.md) |
| 18 | +* Coding Guides |
| 19 | + * [JSON-Based Points System](coding-guides/json-based-points-system.md) |
| 20 | + * [SQLite-Based Points System](coding-guides/sqlite-based-points-system.md) |
| 21 | + * [Enmap-Based Points System](coding-guides/enmap-based-points-system.md) |
| 22 | + * [Creating a Music Bot](coding-guides/creating-a-music-bot.md) |
22 | 23 | * [Cleverbot Integration](coding-guides/cleverbot-integration.md)
|
23 |
| - * [Selfbots, the greatest thing in the universe](examples/selfbots-are-awesome.md) |
| 24 | + * [Selfbots, the greatest thing in the universe](coding-guides/selfbots-the-greatest-thing-in-the-universe.md) |
24 | 25 | * [Using Emojis](coding-guides/using-emojis.md)
|
25 |
| - * [Starboard](coding-guides/starboard.md) |
26 |
| -* [Understanding](understanding.md) |
27 |
| - * [Events and Handlers](information/understanding-events-and-handlers.md) |
28 |
| - * [Collections](information/understanding-collections.md) |
29 |
| - * [Roles](information/understanding-roles.md) |
30 |
| - * [Sharding](information/understanding-sharding.md) |
31 |
| -* [Examples](examples.md) |
| 26 | + * [Making your own Starboard](coding-guides/starboard.md) |
| 27 | +* Understanding |
| 28 | + * [Events and Handlers](understanding/events-and-handlers.md) |
| 29 | + * [Collections](understanding/collections.md) |
| 30 | + * [Roles](understanding/roles.md) |
| 31 | + * [Sharding](understanding/sharding.md) |
| 32 | +* Examples |
32 | 33 | * [Welcome Message every X users](examples/welcome-message-every-x-users.md)
|
33 | 34 | * [Message Reply Array](examples/message-reply-array.md)
|
34 | 35 | * [Making an Eval command](examples/making-an-eval-command.md)
|
35 |
| - * [Miscellaneous Examples](examples/misc-examples.md) |
36 |
| - * [Using Guidebot's Flags](examples/using-guidebot-flags.md) |
37 |
| -* [Discord Webhooks](discord-webhooks.md) |
38 |
| - * [Discord Webhooks \(Part 1\)](discord-webhooks/part-1.md) |
39 |
| - * [Discord Webhooks \(Part 2\)](discord-webhooks/part-2.md) |
40 |
| - * [Discord Webhooks \(Part 3\)](discord-webhooks/part-3.md) |
41 |
| -* [Other Guides](other-guides.md) |
| 36 | + * [Miscellaneous Examples](examples/miscellaneous-examples.md) |
| 37 | + * [Using Guidebot's Flags](examples/using-guidebots-flags.md) |
| 38 | +* Discord Webhooks |
| 39 | + * [Discord Webhooks \(Part 1\)](discord-webhooks/discord-webhooks-part-1.md) |
| 40 | + * [Discord Webhooks \(Part 2\)](discord-webhooks/discord-webhooks-part-2.md) |
| 41 | + * [Discord Webhooks \(Part 3\)](discord-webhooks/discord-webhooks-part-3.md) |
| 42 | +* Other Guides |
42 | 43 | * [Installing and Using a proper editor](other-guides/installing-and-using-a-proper-editor.md)
|
43 | 44 | * [Using Git to share and update code](other-guides/using-git-to-share-and-update-code.md)
|
44 |
| - * [Hosting on a Raspberry Pi](other-guides/hosting-on-a-pi.md) |
45 |
| - * [Hosting Music Bots on a Raspberry Pi](other-guides/hosting-music-on-a-pi.md) |
46 |
| - * [Hosting on Glitch.com](other-guides/hosting-on-glitchcom.md) |
47 |
| - * [Async / Await](information/understanding-asyncawait.md) |
48 |
| - * [Docker Part 1: Setup & Dockerfile](other-guides/docker-01.md) |
49 |
| - * [Docker Part 2: Installing, running & More](other-guides/docker-02.md) |
50 |
| - * [Introducing Enhanced Maps](coding-guides/using-persistentcollections.md) |
| 45 | + * [Hosting on a Raspberry Pi](other-guides/hosting-on-a-raspberry-pi.md) |
| 46 | + * [Hosting Music Bots on a Raspberry Pi](other-guides/hosting-music-bots-on-a-raspberry-pi.md) |
| 47 | + * [Hosting on Glitch.com](other-guides/hosting-on-glitch.com.md) |
| 48 | + * [Async / Await](other-guides/async-await.md) |
| 49 | + * [Docker Part 1: Setup & Dockerfile](other-guides/docker-part-1-setup-and-dockerfile.md) |
| 50 | + * [Docker Part 2: Installing, running & More](other-guides/docker-part-2-installing-running-and-more.md) |
| 51 | + * [Introducing Enhanced Maps](other-guides/introducing-enhanced-maps.md) |
51 | 52 | * [Introduction to modules](other-guides/introduction-to-modules.md)
|
52 |
| -* [Video Guides](video-guides.md) |
53 |
| - * [Episode 1](video-guides/episode-01.md) |
54 |
| - * [Episode 2](video-guides/episode-02.md) |
55 |
| - * [Episode 3](video-guides/episode-03.md) |
56 |
| - * [Episode 4](video-guides/episode-04.md) |
57 |
| - * [Episode 5](video-guides/episode-05.md) |
58 |
| - * [Episode 6 Part 1](video-guides/episode-06-part-01.md) |
59 |
| - * [Episode 6 Part 2](video-guides/episode-06-part-02.md) |
60 |
| - * [Episode 7](video-guides/episode-07.md) |
61 |
| - * [Episode 8](video-guides/episode-08.md) |
62 |
| - * [Episode 9](video-guides/episode-09.md) |
63 |
| - * [Episode 10 Part 1](video-guides/episode-10-part-01.md) |
64 |
| - * [Episode 10 Part 2](video-guides/episode-10-part-02.md) |
| 53 | +* Video Guides |
| 54 | + * [Episode 1](video-guides/episode-1.md) |
| 55 | + * [Episode 2](video-guides/episode-2.md) |
| 56 | + * [Episode 3](video-guides/episode-3.md) |
| 57 | + * [Episode 4](video-guides/episode-4.md) |
| 58 | + * [Episode 5](video-guides/episode-5.md) |
| 59 | + * [Episode 6 Part 1](video-guides/episode-6-part-1.md) |
| 60 | + * [Episode 6 Part 2](video-guides/episode-6-part-2.md) |
| 61 | + * [Episode 7](video-guides/episode-7.md) |
| 62 | + * [Episode 8](video-guides/episode-8.md) |
| 63 | + * [Episode 9](video-guides/episode-9.md) |
| 64 | + * [Episode 10 Part 1](video-guides/episode-10-part-1.md) |
| 65 | + * [Episode 10 Part 2](video-guides/episode-10-part-2.md) |
| 66 | + |
0 commit comments