File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,11 @@ Run examples from DBE
81
81
82
82
1. Download https://github.com/GreatTaku/DiscordBotExamples/archive/master.zip and unzip
83
83
2. fill in your bot token in the file you want to run
84
- 3. ``python DiscordBotExamples/<rewrite or async>/<filename>.py `` (replace things in <>)
85
- 4. Voila!
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. Voila!
86
87
88
+
87
89
88
90
:sub: `Discord Bot Examples (DBE) is not affliated in any way with the discord.py library or the development of discord.py.`
89
91
:sub: `DBE is an example/turtorial repository developed by Taku. Read the LICENSE file for more information.`
You can’t perform that action at this time.
0 commit comments