Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit cabd1d8

Browse files
committed
ADD | readme.md
1 parent 9c61f2b commit cabd1d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Discord Bot Codingame
2+
3+
## Install:
4+
``git clone https://github.com/Waz0x/codingame_discord_bot.git``
5+
6+
``pip3 install -r requirements.txt``
7+
8+
Go to [discord developpers portal](https://discord.com/developers/applications) create an app and setup app as bot, copy token and paste in config file.
9+
10+
```
11+
{
12+
"prefix": "!",
13+
"token": "paste here"
14+
}
15+
```
16+
17+
After that simply run the bot
18+
19+
``python3 main.py``

0 commit comments

Comments
 (0)