@@ -19,7 +19,7 @@ Introduction
19
19
20
20
Welcome to DBE! Have you ever wondered how to create your **own ** discord bot?
21
21
Here you can learn to create a personalized discord bot from scratch.
22
- DBE utilzes the programming language Python and the `discord.py `_ library
22
+ DBE utilizes the programming language Python and the `discord.py `_ library
23
23
24
24
Purposes
25
25
--------
@@ -35,12 +35,12 @@ Creating a bot account
35
35
======================
36
36
37
37
1. Go to `Discord Developer Page <https://discordapp.com/developers/ >`_ and
38
- login or register an Discord User Account (you can loging with your personal discord account)
38
+ login or register an Discord User Account (you can login with your personal discord account)
39
39
2. Go to `My Apps <https://discordapp.com/developers/applications/me >`_
40
40
3. Click on `New App <https://discordapp.com/developers/applications/me/create >`_
41
41
4. Fill in "App Name" with your bot's name (this will be your bot name, it cannot be changed)
42
42
5. Fill in the optional "App Description" with the description and upload a bot avatar for "App Icon"
43
- 6. Click on "Create App" (note: All previously added details are changable )
43
+ 6. Click on "Create App" (note: All previously added details are changeable )
44
44
7. Go to `My Apps <https://discordapp.com/developers/applications/me >`_ and select the bot you just created
45
45
8. Scroll down to the "Bot" section, click "Create a Bot User", and conform your choice ("click Yes, do it!")
46
46
9. Click on the check mark for "Public Bot"
@@ -71,22 +71,22 @@ Rewrite and async is **not** compatible.
71
71
After you chose the version you want to use, go to the directory in this GitHub repo with the version name.
72
72
The rest of the dependencies installation tutorial will be in the README.rtf of that directory.
73
73
74
- Continuation
75
- ============
74
+ Further Reading
75
+ ===============
76
76
77
77
The rest of the introduction will continue in the README.rst of the rewrite or async directories.
78
78
79
79
80
80
81
- :sub: `Discord Bot Examples (DBE) is not affliated in any way with the discord.py library or the development of discord.py.`
82
- :sub: `DBE is an example/turtorial repository developed by Taku. Read the LICENSE file for more information.`
81
+ :sub: `Discord Bot Examples (DBE) is not affiliated in any way with the discord.py library or the development of discord.py.`
82
+ :sub: `DBE is an example/tutorial repository developed by Taku. Read the LICENSE file for more information.`
83
83
84
84
85
85
86
86
..
87
87
links:
88
88
89
- .. _discord.py : https://discordpy.readthedocs.io/en/
89
+ .. _discord.py : https://github.com/Rapptz/discord.py
90
90
91
91
..
92
92
badges links:
0 commit comments