You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide will showcase the various features and events that our library has, while giving you an idea of how these
26
-
functions work together as well as how the syntax looks in production.
25
+
This guide will showcase the various features and events that the library has,
26
+
while giving you an idea of how these functions work together as well as how a project might look in production.
27
27
28
28
## Disclaimer
29
29
30
30
We appreciate the process of making Discord bots, but creating a bot with `disnake` requires a decent amount of
31
31
experience on working with Python and object-oriented programming. While you _can_ go forward and make a bot with little
32
-
to no knowledge of Python or programming, doing so will only hinder your progress and cause issues in the future.
32
+
to no knowledge of Python or programming, doing so may hinder your progress and cause issues in the future.
33
33
34
34
If you don't know Python but would like to learn more, here are a few resources to get you started:
35
35
@@ -40,21 +40,19 @@ If you don't know Python but would like to learn more, here are a few resources
40
40
programming experience.
41
41
42
42
An extensive list of these resources can be found on
43
-
[Python's official website](https://wiki.python.org/moin/BeginnersGuide/NonProgrammers). Once you're more experienced
44
-
with Python, you can come back here to get started!
43
+
[Python's official website](https://wiki.python.org/moin/BeginnersGuide/NonProgrammers). Once you feel
44
+
a little more experienced with Python, you can come back here to get started!
45
45
46
46
## Links & Credits
47
47
48
48
This guide is made using [**Docusaurus**](https://docusaurus.io/), a static site generator geared towards building
49
49
project documentation. The package utilized for Discord-like message elements is Danktuary's [`@discord-message-components/react`](https://www.npmjs.com/package/@discord-message-components/react).
50
50
51
-
The idea of building a guide that showcases the use of `disnake`'s syntax was inspired from
51
+
The idea of building a guide that showcases the use of `disnake`'s syntax and features was inspired from
52
52
[**Discord.js**](https://discord.js.org/), one of the most popular JavaScript Discord libraries; their guide can be
53
-
found [here](https://discordjs.guide/). The credit for the initial directory structure and articles, goes to them.
53
+
found [here](https://discordjs.guide/). The credit for the initial directory and articles structure goes to them.
54
54
55
-
Since this project started as members-only, the credits for a majority of the initial content go to our organization
56
-
members - **thesadru**, **shiftinv**, **Victorsitou**, **vcokltfre**, **m1raynee** and **AbhigyanTrips**. We also thank
57
-
to all contributors on the repository, who strive to make the guide better.
55
+
We also thank all contributors on the repository, who strive to make the guide better.
58
56
59
57
Lastly, a huge thanks to **you**, the members of the `disnake` community, for supporting our library and choosing us for
60
58
your bot development journey. We as the authors of this guide aim to familiarize users on coding Discord bots with our
0 commit comments