presence intents

This commit is contained in:
Showdown76 2023-04-12 17:26:04 +00:00
parent 1909da53f3
commit 67de2b47a7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Alternative to "My AI", by Snapchat, but on Discord.
## Installation Steps ## Installation Steps
### Preparing your environnement ### Preparing your environnement
- Create your Discord bot [here](https://discord.com/developers/applications) - Create your Discord bot [here](https://discord.com/developers/applications)
- Enable **Members** and **Messages** intents. - Enable **Members**, **Messages** and **Presence** intents.
- Create your OpenAI Developer Account [here](https://platform.openai.com) - Create your OpenAI Developer Account [here](https://platform.openai.com)
### Setting up the bot ### Setting up the bot
1. Install Python >= 3.8.10 1. Install Python >= 3.8.10