Update pool.py
This commit is contained in:
parent
e50997bb26
commit
504dd888f6
|
|
@ -34,7 +34,7 @@ if TYPE_CHECKING:
|
||||||
from .player import Player
|
from .player import Player
|
||||||
|
|
||||||
SPOTIFY_URL_REGEX = re.compile(
|
SPOTIFY_URL_REGEX = re.compile(
|
||||||
r"https?://open.spotify.com/(?P<type>album|playlist|track)/(?P<id>[a-zA-Z0-9]+)"
|
r"https?://open.spotify.com/(?P<type>album|playlist|track|artist)/(?P<id>[a-zA-Z0-9]+)"
|
||||||
)
|
)
|
||||||
|
|
||||||
DISCORD_MP3_URL_REGEX = re.compile(
|
DISCORD_MP3_URL_REGEX = re.compile(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue