Answer the question
In order to leave comments, you need to log in
Combining third party libraries with discord.py?
Good night everybody! Is it possible to somehow combine third-party libraries (for example, the same gTTS) with discord.py?
Answer the question
In order to leave comments, you need to log in
you can combine almost everything - the main thing is to know how.
if you want direct TTS - no third-party libraries are required for this, all this is done directly, through the discord API:
await ctx.send("tts_сообщение", tts=True)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question