A discord bot to let you speak like a pirate!
- Clone the repo
git clone git@github.com:zwade/pirate-say.git
- Install dependencies and compile
yarn install
yarn tsc
-
Create a new discord application & bot, and OAuth with the server you want to join
-
Create a
.env
file
cat > .env <<EOF
DISCORD_TOKEN=...
CLIENT_ID=...
OPENAI_TOKEN=...
EOF
- Start the server and speak like a pirate!
node dist/main.mjs