We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da6de commit 1872a6cCopy full SHA for 1872a6c
README.rst
@@ -76,14 +76,14 @@ Writing a bot script with Python
76
77
See introduction.py in the other directories.
78
79
-Run examples from DBE
80
-=====================
+Run DBE examples
+================
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. Voila!
+ 5. And... voila!
87
88
89
0 commit comments