2024-07-04 21:39:06 +00:00
|
|
|
# bot
|
|
|
|
|
2024-07-10 02:34:23 +00:00
|
|
|
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
|
|
|
|
|