8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
# Install dependencies
|
|
python3 -m pip install -U discord.py
|
|
python3 -m pip install beautifulsoup4
|
|
|
|
# Create "token.txt" with your bot token
|
|
# Run bot
|
|
python3 bot.py
|