File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,8 @@ Purposes
31
31
32
32
Continue to Fist Step when you're ready to begin.
33
33
34
- First Step
35
- ==========
36
-
37
34
Creating a bot account
38
- ----------------------
35
+ ======================
39
36
40
37
1. Go to `Discord Developer Page <https://discordapp.com/developers/ >`_ and
41
38
login or register an Discord User Account (you can loging with your personal discord account)
@@ -51,17 +48,17 @@ Creating a bot account
51
48
11. You're done at creating the bot!
52
49
53
50
Installing Python and dependencies
54
- ----------------------------------
51
+ ==================================
55
52
56
53
Installing Python
57
- ^^^^^^^^^^^^^^^^^
54
+ -----------------
58
55
59
56
1. Go to the `Python Download Page <https://www.python.org/downloads/ >`_ and download a version of Python 3
60
57
2. Follow the installation setup (if you're on Windows, check "add python to PATH" in the setup script)
61
58
3. Python is now installed on your system
62
59
63
60
Installing dependencies
64
- ^^^^^^^^^^^^^^^^^^^^^^^
61
+ -----------------------
65
62
66
63
Choose a version of discord.py, there are currently 2 major versions, rewrite (v1.0) and async (v0.16.x).
67
64
You can’t perform that action at this time.
0 commit comments