Discord Bot Manager
verifiedellipog · discord_bot · v1.2.0 · updated today
Scaffold and run Discord bots across runtimes. Runtime-conditional scaffolding generates the right starter files for each language.
// about
Discord Bot Manager
Scaffold and run Discord bots across runtimes. Runtime-conditional scaffolding generates the right starter files for each language.
discord bot manager
a first-party plugin for running discord bots. supports 4 runtimes: node.js, bun, deno, rust.
runtime-conditional scaffolding
the plugin generates the right starter files for the chosen runtime — a package.json for node/bun/deno and a cargo.toml for rust.
lifecycle
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 viauseShell
config
set the runtime, the entry file, and your bot token (kept in userOverrides, never shipped in the manifest).
// config
fields you'll set
the host renders this form from the plugin’s configSchema. resolved values become userOverrides for lifecycle + scaffold.
// versions
version history
| version | compat | updated | size | changelog | |
|---|---|---|---|---|---|
| 1.2.0latest | 0.1.0 | today | 0.0 MB | Initial release | download |
// stats
registry signal
0
installs
0
upvotes
1
versions
// trust
kern plugins run with full local privileges. install only from authors you trust.