Skip to content

Commit 57cd818

Browse files
authored
Update README.rst
1 parent 3582548 commit 57cd818

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

README.rst

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,48 @@
11
===================================
22
Discord Bot Examples [DBE] (Python)
33
===================================
4+
45
|status|
56

67
|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.`
1439

1540
..
41+
links:
42+
43+
.. _discord.py: https://discordpy.readthedocs.io/en/
44+
45+
..
1646
badges links:
1747
1848
.. |status| image:: https://img.shields.io/badge/status-underdevelopment-7bccc2.svg?longCache=true&style=for-the-badge

0 commit comments

Comments
 (0)