From 2d084e7c60b92c567dc096126f777dd6a6cdaa54 Mon Sep 17 00:00:00 2001 From: Joshua Gottlieb Date: Fri, 25 Oct 2024 23:57:07 -0500 Subject: [PATCH] update manyvids link to be lower only --- utils/Notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Notifications.py b/utils/Notifications.py index 207e89e..4070eec 100644 --- a/utils/Notifications.py +++ b/utils/Notifications.py @@ -261,7 +261,7 @@ async def EpNotification(rest: hikari.impl.RESTClientImpl, title, largeThumbnail await rest.create_message(channel = Constants.EP_NOTIFICATION_CHANNEL_ID, content = messageContent, embed=epEmbed, mentions_everyone= IS_PING, role_mentions=IS_PING) async def MvNotification(rest: hikari.impl.RESTClientImpl, title, largeThumbnail, icon, mvUserName, isRerun): - mvLiveStreamUrl = f"https://www.manyvids.com/live/cam/{mvUserName}" + mvLiveStreamUrl = f"https://www.manyvids.com/live/cam/{mvUserName.lower()}" mvOnlineText = Constants.mvAboveEmbedText + "\n<" + mvLiveStreamUrl + ">" embedMaker = EmbedCreator( Constants.mvBelowTitleText,