Package

@seedcord/gateway runs a seedcord bot over a websocket connection, built on discord.js. A gateway connection carries message, member, voice, and reaction events. Discord never posts those to an interactions endpoint. Pick this transport when the bot reacts to any of them.
Until v1.0.0, minor versions can break.
pnpm add @seedcord/gateway discord.jsdiscord.js, envapt, and typescript are peer dependencies. pnpm create seedcord sets all of it up.
Everything in @seedcord/core, plus the parts that use a live connection:
Seedcord, the class that connects and holds the discord.js clientSubscriber and WebhookLoggetConfirmation, which waits on a button press and returns the answer