Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.23 KB

File metadata and controls

47 lines (29 loc) · 1.23 KB

discord-code-review-bot

👉 https://www.0to1ai.com 👈

cover_0to1ai

What is it?

Code Review bot for Discord implemented using Cloudflare Workers and Groq.

     

Development

Install pnpm

The easiest way to install pnpm is via Node.js Corepack. Inside the folder with the bot, run these commands:

corepack enable
corepack install

Alternatively, follow the instructions for your operating system found here: pnpm.io/installation

Prepare the environment

Install the dependencies:

pnpm install

Copy wrangler-example.toml to wrangler.toml and .dev.vars-example to .dev.vars and fill in the necessary values.

You'll need a Cloudflare account and a Discord bot token to proceed.

Run the bot

pnpm dev