Skip to content

Update discord.py

Update discord.py #3

Workflow file for this run

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