Skip to content

UserContextMenuCommand for pfp command #385

UserContextMenuCommand for pfp command

UserContextMenuCommand for pfp command #385

Workflow file for this run

name: Register Slash Commands globally
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
BOT_ID: ${{ secrets.BOT_ID }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install --production --ignore-scripts
- name: Deploy
run: bun run deploy