discord-botlists.

discord-botlists docs · archived reader

Guides

Migrating from v1

Old class to new SDK in five minutes.

discord-botlists 1.x2.0.0
new BotLists(webhook, data, port, ip, redirect)new Botlists({ webhook: { port, path, secret } })
botlists.start()await lists.startWebhooks()
on('vote', (name, token) => ...)on('vote', (vote) => vote.voterId)
express dependencyZero dependencies, node:http
axios dependencyNative fetch with retry-after handling
manual botlists.json editingGenerated registry, auto pruned by status sync
InfoEvent payloads changed from positional arguments to a single normalized object. Everything you read from vote.raw is still the untouched original body, so old integrations keep working during migration.