Skip to content

Commit 70da6de

Browse files
authored
Update README.rst
1 parent 60ad919 commit 70da6de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ Run examples from DBE
8181

8282
1. Download https://github.com/GreatTaku/DiscordBotExamples/archive/master.zip and unzip
8383
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!
8687

88+
8789

8890
:sub:`Discord Bot Examples (DBE) is not affliated in any way with the discord.py library or the development of discord.py.`
8991
:sub:`DBE is an example/turtorial repository developed by Taku. Read the LICENSE file for more information.`

0 commit comments

Comments
 (0)