mirror of
https://github.com/idanoo/discord-keyword-bot.git
synced 2024-11-22 16:35:11 +00:00
14 lines
197 B
Markdown
14 lines
197 B
Markdown
|
# Python Discord Keyword Bot
|
||
|
|
||
|
### Requirements
|
||
|
python3 / pip3
|
||
|
|
||
|
### Install
|
||
|
copy .env.example to .env and setup your user Token in .env
|
||
|
|
||
|
|
||
|
pip3 install -r requirements.txt
|
||
|
python3 boy.py
|
||
|
|
||
|
|