Skip to content

Commit

Permalink
Update discord.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 authored Sep 10, 2024
1 parent 075a5cd commit 6a08913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ jobs:
Run_bot:
env:
TOKEN: ${{ secrets.TOKEN }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Install
run: |
python3 -m pip install -U discord.py
apt install libffi-dev libnacl-dev python3-dev
pip3 install requests
- name: Run bot
run: |
Expand Down

0 comments on commit 6a08913

Please sign in to comment.