Skip to content

fix: major bugs and changes #4

fix: major bugs and changes

fix: major bugs and changes #4

Workflow file for this run

name: Deploy Discord Bot
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Install FFmpeg
run: sudo apt-get install ffmpeg
- name: Run bot
run: node index.js