File tree Expand file tree Collapse file tree 1 file changed +37
-7
lines changed Expand file tree Collapse file tree 1 file changed +37
-7
lines changed Original file line number Diff line number Diff line change 1
1
===================================
2
2
Discord Bot Examples [DBE] (Python)
3
3
===================================
4
+
4
5
|status |
5
6
6
7
|rtd_badge | |build | |license | |language | |release |
7
-
8
-
9
- A repository containing well-documented and easy-to-learn examples involving the use of Discord.py library.
10
-
11
- Documentation: https://dbe.readthedocs.io/en/latest/
12
-
13
-
8
+
9
+
10
+ DBE is a repository containing well-documented and easy-to-learn
11
+ examples involving the use of `discord.py `_ library.
12
+
13
+ A more organized version of the doc-strings can be found on the
14
+ DBE documentation: https://dbe.readthedocs.io/en/latest/
15
+
16
+ Introduction
17
+ ============
18
+
19
+ Welcome to DBE! Have you ever wondered how to create your **own ** discord bot?
20
+ Here you can learn to create a personalized discord bot from scratch.
21
+ DBE utilzes the programming language Python and the `discord.py `_ library
22
+
23
+ Purposes
24
+ --------
25
+
26
+ * Help new discord developers start using the `discord.py `_ API
27
+ * Step by step guide programmers through developing a working discord bot
28
+ * Give examples of various functionalities that `discord.py `_ is capable of
29
+ * Address the common FAQ regarding `discord.py `_
30
+
31
+ Continue to Fist Step when you're ready to begin.
32
+
33
+ First Step
34
+ ==========
35
+
36
+
37
+ :sub: `Discord Bot Examples (DBE) is not affliated in any way with the discord.py library or the development of discord.py.`
38
+ :sub: `DBE is an example/turtorial repository developed by Taku. Read the LICENSE file for more information.`
14
39
15
40
..
41
+ links:
42
+
43
+ .. _discord.py : https://discordpy.readthedocs.io/en/
44
+
45
+ ..
16
46
badges links:
17
47
18
48
.. |status | image :: https://img.shields.io/badge/status-underdevelopment-7bccc2.svg?longCache=true&style=for-the-badge
You can’t perform that action at this time.
0 commit comments