Installation
Clone or download the project:
bashgit clone https://github.com/myferr/al al-discord-bot cd al-discord-bot
Install dependencies:
bashpip install -r requirements.txt
Create
.env
file:envDISCORD_TOKEN=YOUR_DISCORD_BOT_TOKEN_HERE
Running the Bot
Start your Ollama model (e.g.,
llama3
):bashollama run llama3
Run the bot:
bashpython3 src/main.py
You should see:
Logged in as Al#1234 (ID: ...)