Skip to content

Update discord.yaml

Update discord.yaml #5

Workflow file for this run

name: Run bot
on:
push:
branches:
- main
jobs:
Run_bot:
env:
TOKEN: ${{ secrets.TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Install
run: |
python3 -m pip install -U discord.py
pip3 install requests
- name: Run bot
run: |
python3 ./discord.py