ellipog · discord_bot · v1.3.0 · updated today
Scaffold and run Discord bots across runtimes. Runtime-conditional scaffolding generates the right starter files for each language.
// about
Scaffold and run Discord bots across runtimes. Runtime-conditional scaffolding generates the right starter files for each language.
a first-party plugin for running discord bots. supports 4 runtimes: node.js, bun, deno, rust.
the plugin generates the right starter files for the chosen runtime — a package.json for node/bun/deno and a cargo.toml for rust.
runtime-qualified keys override the base start command:
start.node → node index.jsstart.bun → bun index.jsstart.deno → deno run --allow-net index.jsstart.rust → runs the compiled binary via useShellset the runtime, the entry file, and your bot token (kept in userOverrides, never shipped in the manifest).
// config
the host renders this form from the plugin’s configSchema. resolved values become userOverrides for lifecycle + scaffold.
// versions
// stats
0
installs
0
upvotes
2
versions
// trust
kern plugins run with full local privileges. install only from authors you trust.