bot for my oomfs discord

atproto commands #1

open opened by hayden.moe targeting main from atproto-cmds
  • Configuration
    • ?login - logs in a user to the system, linking their Discord and atproto accounts
  • Data fetching
    • ?record <user> <collection> <rkey> - Get a record from the user's PDS
    • ?records <user> <collection> - List all records of a given type from the user's PDS
Labels

None yet.

Participants 1
AT URI
at://did:plc:puvaym5ytsvejx3rwjrnxhvb/sh.tangled.repo.pull/3lwjraype6422
+2 -1
Diff #0
+2 -1
migrations/20250816115538_initial_schema.sql
··· 1 1 create table users ( 2 - id text primary key not null 2 + id text primary key not null, 3 + did text unique 3 4 ); 4 5 5 6 create table guilds (

Submissions

sign up or login to add to the discussion
hayden.moe submitted #0
2 commits
expand
feat: add did field to users list
fix: oops, trailing comma
failed to check merge status: invalid xrpc request