fp/packages/bot
CJ_Clippy 4962ae34f8
ci / build (push) Failing after 1m54s Details
progress
2024-07-13 21:20:35 -08:00
..
src dockerfile for monorepo experiment 4321 2024-07-12 06:41:34 -08:00
README.md begin refactor for monorepo build 2024-07-09 18:34:23 -08:00
package.json dockerfile for monorepo experiment 4321 2024-07-12 06:41:34 -08:00
pnpm-lock.yaml progress 2024-07-13 21:20:35 -08:00
tsconfig.json dockerfile for monorepo experiment 4321 2024-07-12 06:41:34 -08:00

README.md

bot

A.K.A. FutureButt, the discord bot that integrates into Futureporn backend.

Features

  • User submitted content (USC) notifications
    • Embedded video
    • Prevvy storyboard
    • USC publishing
    • USC rejection

Usage

bot is a node.js app which uses ENV variables to ingest secrets. The following ENV vars are required.

DISCORD_TOKEN
DISCORD_CHANNEL_ID

Example invocation as follows.

DISCORD_TOKEN=your-token-goes-here DISCORD_CHANNEL_ID=1185024773231759481 node index.js