Skip to content

Fix commands that send messages in DMs crashing the entire bot (#248) #156

Fix commands that send messages in DMs crashing the entire bot (#248)

Fix commands that send messages in DMs crashing the entire bot (#248) #156

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build