Skip to content

Rename discord.py to zigister.py #11

Rename discord.py to zigister.py

Rename discord.py to zigister.py #11

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: |
py -3 -m pip install -U discord.py
pip install requests
- name: Run bot
run: |
python3 ./discord.py