Skip to content

A small, server-less Discord bot for roleplaying and utility commands, designed to run on Cloudflare Workers.

License

Notifications You must be signed in to change notification settings

cephxdev/rubiko

Repository files navigation

rubiko Invite

A small, server-less Discord bot for roleplaying and utility commands, designed to run on Cloudflare Workers.

Deployment

You'll need a JS runtime of your choice, e.g. Node.js, Deno or Bun, and yarn.

Run yarn install to download all needed dependencies, then yarn wrangler login and log into your Cloudflare account.

At last, run yarn wrangler deploy to deploy rubiko to a Worker. You'll need to create these secrets for the bot, you can get them from the Discord Developer Portal:

yarn wrangler secret put DISCORD_TOKEN
yarn wrangler secret put DISCORD_PUBLIC_KEY
yarn wrangler secret put DISCORD_APPLICATION_ID

At this point, the Worker is running and responding to interactions, but Discord doesn't know how to reach it. Paste your Worker URL into the Interactions Endpoint URL field of your bot's page in the DDP and save changes.

Now, you can register the Worker's commands with Discord by issuing a PUT request with the appropriate Authorization header: curl -X PUT -H "Authorization: Bot <token>" <worker url>

Everything should be up and running by now, make sure to grant the bot and applications.commands scopes when inviting.

Licensing

This project is licensed under the MIT License.

About

A small, server-less Discord bot for roleplaying and utility commands, designed to run on Cloudflare Workers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published