File tree Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,12 @@ Rewrite and async is **not** compatible.
70
70
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
-
74
- Writing a bot script with Python
75
- ================================
76
73
77
- See introduction.py in the other directories.
78
-
79
- Run DBE examples
80
- ================
81
-
82
- 1. Download https://github.com/GreatTaku/DiscordBotExamples/archive/master.zip and unzip
83
- 2. fill in your bot token in the file you want to run
84
- 3. ``python3 DiscordBotExamples/<rewrite or async>/<filename>.py `` (replace things in <>)
85
- 4. For Windows (if ``python3 `` not in ``PATH ``): ``py -3 DiscordBotExamples/<rewrite or async>/<filename>.py ``
86
- 5. And... voila!
87
-
74
+ Continuation
75
+ ============
76
+
77
+ The rest of the introduction will continue in the README.rst of the rewrite or async directories.
78
+
88
79
89
80
90
81
:sub: `Discord Bot Examples (DBE) is not affliated in any way with the discord.py library or the development of discord.py.`
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Console Prefixes
17
17
Installing discord.py
18
18
---------------------
19
19
20
- (Replace ``<prefix> `` with the aforementioned prefix)
20
+ (Replace all ``<prefix> `` with the aforementioned prefix)
21
21
22
22
First uninstall any previously installed version of discord.py.
23
23
In Terminal, CMD, or any command-line console, type in the following:
@@ -33,6 +33,15 @@ If you're using a venv, don't forget to activate it!
33
33
You're now ready to run some examples! To run any example in this repository,
34
34
see the README.rst in the top-level directory for directions.
35
35
36
+ Run DBE examples
37
+ ================
38
+
39
+ 1. Download https://github.com/GreatTaku/DiscordBotExamples/archive/master.zip and unzip
40
+ 2. Go to the DiscordBotExamples/async and find the example file you want to run
41
+ 3. Open the file, replace "TOKEN" with your bot's token
42
+ 4. In the console, type in: ``<prefix> DiscordBotExamples/async/<filename>.py ``
43
+ 5. And... voila! Go to discord and see your bot in action
44
+
36
45
Examples Index
37
46
==============
38
47
Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ If you're using a venv, don't forget to activate it!
33
33
You're now ready to run some examples! To run any example in this repository,
34
34
see the README.rst in the top-level directory for directions.
35
35
36
+ Run DBE examples
37
+ ================
38
+
39
+ 1. Download https://github.com/GreatTaku/DiscordBotExamples/archive/master.zip and unzip
40
+ 2. Go to the DiscordBotExamples/rewrite and find the example file you want to run
41
+ 3. Open the file, replace "TOKEN" with your bot's token
42
+ 4. In the console, type in: ``<prefix> DiscordBotExamples/rewrite/<filename>.py ``
43
+ 5. And... voila! Go to discord and see your bot in action
44
+
36
45
Examples Index
37
46
==============
38
47
You can’t perform that action at this time.
0 commit comments