modified: bot.py
This commit is contained in:
1
bot.py
1
bot.py
@@ -81,6 +81,7 @@ openai_instance = OpenAI(base_url=OPENAI_BASE_URL, api_key=OPENAI_API_KEY)
|
|||||||
TOKEN = os.getenv("DISCORD_TOKEN")
|
TOKEN = os.getenv("DISCORD_TOKEN")
|
||||||
intents = discord.Intents.default()
|
intents = discord.Intents.default()
|
||||||
intents.message_content = True
|
intents.message_content = True
|
||||||
|
intents.members = True
|
||||||
intents.reactions = True
|
intents.reactions = True
|
||||||
python = sys.executable
|
python = sys.executable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user