-
Notifications
You must be signed in to change notification settings - Fork 32
FAQ
Clxud edited this page Sep 9, 2022
·
1 revision
Heres some frequently asked questions we get from our users:
Does Pomice support forks?
- No, we do not support forks. Please use the official discord.py library, as its required by this library as well.
Why is it saying "Cannot connect to host"?
- You need to have a Lavalink node setup before you can use this library. Download it here
What experience do I need?
- This library requires that you have some experience with Python, asynchronous programming and the discord.py library.
Help! I'm converting from Wavelink/lavalink.py/etc.
- We are so glad you chose Pomice! As for transitioning from Wavelink, most* functions are the same, so transitioning should be a breeze. Some of the inner functionality is different (e.g: Filter system, queue system), but otherwise its mostly the same. As for any other libraries, the functionality of this library is vastly similar to Wavelink. If you are confused as to how things work, please look at our cog examples and docs we provide, and if those don't work, you can join our support server.
*(some functions may have different names or may not be async or use
await
to invoke it)
Do custom versions of Lavalink work with this library?
- Technically. If you are using Cog-Creators version of Lavalink, it will work since they build against the original Lavalink code. For other versions/implementations, we cannot ensure compatibility, so please check with the developer of said implementation for more details.
Made possible by cloudwithax, 2022