Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 220 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 220 Bytes

discord-openai-bot

A simple Discord chatbot written in Python that uses OpenAI's API to generate conversation.

Dotenv values

DISCORD_TOKEN=<your token>
OPENAI_API_KEY=<your token>