A Discord text-to-speech bot for people without a mic.
Step 1:
Make a developer application. Then, download master.zip and unzip.
Step 2:
Install all the requirements as stated in the requirements section with a package manager like pip, then update the settings.py with your token and prefix of choice.
Step 3:
Type python3 bot.py
in a commandline.
Step 4:
Invite the bot and do (prefix)help
(Disclaimer: This version fo the bot only works with one server at a time. I will rewrite it to add more server support sometime in the far future; this was just an idea given to me by one of my friends that I thought would be cool. I spent less than an hour on the final design, all things told, so I don't want to spend more than that time bugfixing it.)
-Python 3.9.0
-discord.py
-FFmpeg
-gTTS
(All requirements used visible in bot.py)
If you have any issues, contact me here.
You don't have to give credit to me. That's not what Github is for (in my opinion).