skip to content

Discord Bot Manager

verified

ellipog · 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.

botdiscordbotnodebundenorust

// 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.nodenode index.js
  • start.bunbun index.js
  • start.denodeno run --allow-net index.js
  • start.rust → runs the compiled binary via useShell

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.

nodebundenorust
index.js
(empty)

// versions

version history

versioncompatupdatedsizechangelog
1.2.0latest0.1.0today0.0 MBInitial releasedownload

// stats

registry signal

0

installs

0

upvotes

1

versions

// trust

kern plugins run with full local privileges. install only from authors you trust.