Update README
This commit is contained in:
parent
c12d65a890
commit
3e18be528e
|
|
@ -7,8 +7,6 @@ The modern [Lavalink](https://github.com/freyacodes/Lavalink) wrapper designed f
|
|||
# Install
|
||||
To install the library, you need the lastest version of pip and minimum Python 3.8
|
||||
|
||||
(Note: This library as of now does not support discord.py 2.0, you must use any version lower than discord.py 1.7.3 for this library to work properly.)
|
||||
|
||||
> Stable version
|
||||
```
|
||||
pip install pomice
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021"""
|
||||
|
||||
__version__ = "1.0.3"
|
||||
__version__ = "1.0.4"
|
||||
__title__ = "pomice"
|
||||
__author__ = "cloudwithax"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue