A Discord bot using Discord API
and OpenAI API
to provide conversational functionality.
main.py B07_C0R3.py _init_botname.yaml _init__global.yaml
- Clone the repository to your local machine.
- Configure your bot by modifying the example
_init_botname.yaml
template. - Create a system environment variable for your bot's OPENAI_API_KEY
- Create a system environment variable for your bot's DISCORD_TOKEN
- Run the bot using
python main.py botname
.