- Make the bot work
- Make a queue system so that no messages get skipped (currently working kinda but not if message is too small.)
- Make the channel specific for each server to use tts in instead of the entire server
- Give each user using the bot a different voice using different language tts bots for voices (toggleable maybe)
Got bored. Thought it would be fun.
- Install GTTS, dotenv, Pycord and FFMPEG
pip install gtts py-cord python-dotenv ffmpeg
-
In the file named .env, add your bot token.
-
In main.py, add your server ids to the servers list.
-
Run the bot with the command:
python3 main.py