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 d77d549 commit e963bd9Copy full SHA for e963bd9
README.md
@@ -1 +1,14 @@
1
# 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