A discord bot for teal.fm
discord tealfm music

maybe

besaid.zone eb41dc6c 87548549

verified
Changed files
+5 -8
.tangled
workflows
+2 -8
.tangled/workflows/lint.yml
··· 11 11 12 12 steps: 13 13 - name: install 14 - command: | 15 - export PATH="$HOME/.nix-profile/bin:$PATH" 16 - 17 - rm -rf pnpm-lock.yaml 18 - pnpm install 14 + command: pnpm i --frozen-lockfile && pnpm approve-builds 19 15 20 16 - name: lint 21 - command: | 22 - export PATH="$HOME/.nix-profile/bin:$PATH" 23 - pnpm lint 17 + command: pnpm typecheck
+2
PLAN.md
··· 12 12 - ``recent``: most recent play 13 13 14 14 ## web interface for account management...maybe..? 15 + 16 + - link/unlink account (unlinking would basically delete an account and all their plays)
+1
package.json
··· 17 17 "author": "Dane Miller <me@dane.computer>", 18 18 "license": "MIT", 19 19 "packageManager": "pnpm@10.15.0", 20 + "repository": {}, 20 21 "devDependencies": { 21 22 "typescript": "^5.9.3" 22 23 }