Skip to content

Commit e963bd9

Browse files
authored
Update README.md
1 parent d77d549 commit e963bd9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# python-bot-base-cogs
2+
3+
This is discord bot with cogs. you can use this repo as a base for your project
4+
5+
# installing
6+
7+
1. Install python from https://python.org/
8+
2. install dependencies.
9+
- run command `pip install disnake`
10+
3. Set up token in `config.py`
11+
12+
# Running
13+
14+
After installing and setting up token run command `python3 main.py`

0 commit comments

Comments
 (0)