xtekky / gpt4free-discord

Gpt4Free basic disord bot, streamed responses, gpt-4 and more
GNU General Public License v3.0
177 stars 27 forks source link

run main.py error #6

Open Jenwein opened 1 year ago

Jenwein commented 1 year ago

WARNING:discord.client:PyNaCl is not installed, voice will NOT be supported [2023-06-15 13:08:34] [INFO ] discord.client: logging in using static token INFO:discord.client:logging in using static token

QuartzWarrior commented 1 year ago

Normal, it doesn't affect anything. If you want to remove the error, just do pip install PyNaCl and it should be fixed.

Jenwein commented 1 year ago

Normal, it doesn't affect anything. If you want to remove the error, just do pip install PyNaCl and it should be fixed.

ok,I will try