Warning: This README is AI-generated.
This is a simple Discord bot that sends a daily quote to a Discord channel using a webhook.
-
Clone the repository:
git clone https://github.com/yourusername/discord-quote-bot.git cd discord-quote-bot -
Create a
.envfile in the project folder with the following content:DISCORD_WEBHOOK_URL=your_discord_webhook_url -
Install the required dependencies:
pip install dot_env
Alternatively, you can set the
DISCORD_WEBHOOK_URLenvironment variable directly in your shell:export DISCORD_WEBHOOK_URL=your_discord_webhook_url
Run the bot:
python app.py