Skip to content

Update discord.yaml #15

Update discord.yaml

Update discord.yaml #15

Workflow file for this run

name: Run bot
on:
push:
branches:
- main
jobs:
Run_bot:
env:
TOKEN: ${{ secrets.TOKEN }}
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Set up virtual environment
run: |
python3 -m venv venv
source venv/bin/activate
- name: Install dependencies
run: |
python3 -m pip install -U discord.py
python3 -m pip install requests
- name: Run bot
run: |
source venv/bin/activate
python3 ./zigister.py