A discord bot for teal.fm
discord tealfm music

will this fix it

besaid.zone 87548549 68b4c13c

verified
Changed files
+8 -2
.tangled
workflows
+8 -2
.tangled/workflows/lint.yml
··· 11 11 12 12 steps: 13 13 - name: install 14 - command: pnpm i --frozen-lockfile 14 + command: | 15 + export PATH="$HOME/.nix-profile/bin:$PATH" 16 + 17 + rm -rf pnpm-lock.yaml 18 + pnpm install 15 19 16 20 - name: lint 17 - command: pnpm typecheck 21 + command: | 22 + export PATH="$HOME/.nix-profile/bin:$PATH" 23 + pnpm lint