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 11, 2024
1 parent 2d11d55 commit 4be53fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
Run_bot:
env:
TOKEN: ${{ secrets.TOKEN }}
runs-on: windows-latest
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- name: Install
run: |
py -3 -m pip install -U discord.py
pip install requests
pip3 install -U discord.py
pip3 install requests
- name: Run bot
run: |
python3 ./zigister.py
Expand Down

0 comments on commit 4be53fd

Please sign in to comment.