R
R
ratratrat2020-08-23 00:45:14
Python
ratratrat, 2020-08-23 00:45:14

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

2 answer(s)
A
Alexander, 2020-08-23
@rattratrat

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)

S
Sergey Karbivnichy, 2020-08-23
@hottabxp

Somehow it is possible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question