/pirate-say

Avast! Talk like a pirate

Primary LanguageTypeScript

PirateSay

A discord bot to let you speak like a pirate!

Setup

  1. Clone the repo
git clone git@github.com:zwade/pirate-say.git
  1. Install dependencies and compile
yarn install
yarn tsc
  1. Create a new discord application & bot, and OAuth with the server you want to join

  2. Create a .env file

cat > .env <<EOF
DISCORD_TOKEN=...
CLIENT_ID=...
OPENAI_TOKEN=...
EOF
  1. Start the server and speak like a pirate!
node dist/main.mjs