Skip to content

Commit ec9df70

Browse files
authored
fix readme for self hosting
1 parent 2e68dde commit ec9df70

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

+17
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,20 @@ A discord.py bot for The Coding Academy
66
Feel free to contribute.
77

88
Also we need someone to write a better README
9+
10+
****************
11+
How to self-host
12+
****************
13+
Open up cmd, terminal, or whatever the shell is called on your device. Once in there, run this:
14+
15+
.. code-block:: shell
16+
17+
git clone https://github.com/The-Coding-Academy/coding-bot-v4.git; cd coding-bot-v4; . ./setup
18+
19+
It will prompt you to input your discord user id and a token for the bot. After this is finished (assuming no errors popped up, if they did they will tell you how to fix it), you can run
20+
21+
.. code-block:: shell
22+
23+
python bot.py
24+
25+
to start up the bot.

0 commit comments

Comments
 (0)