SnowCait on Nostr: penpenpng 使い方これで合ってる? async function cast() { try { await ...penpenpng (npub133v…tcza) 使い方これで合ってる?async function cast() { try { await rxNostr.cast({ kind: 1, content: 'test of cast' }); } catch (error) { console.error(error); }}