diff --git a/PlayBot/sites/spotify.pm b/PlayBot/sites/spotify.pm
index 423b456ea76660bdcf1a2832d3691a77e524cfb5..09d62d23a41c471b6d0f85e59870581714f8e79a 100644
--- a/PlayBot/sites/spotify.pm
+++ b/PlayBot/sites/spotify.pm
@@ -12,7 +12,7 @@ my $endpoint = "https://api.spotify.com/v1/tracks/";
 
 sub regex
 {
-    return qr#(?:^|[^!])https?://(open|play).spotify.com/track/([a-zA-Z0-9_-]+)#;
+    return qr#(?:^|[^!])https?://(?:open|play).spotify.com/track/([a-zA-Z0-9_-]+)#;
 }
 
 sub get {