Skip to content

Update discord.py

Update discord.py #9

Workflow file for this run

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