Skip to content

Commit 2d084e7

Browse files
committed
update manyvids link to be lower only
1 parent 2b95c59 commit 2d084e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Notifications.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ async def EpNotification(rest: hikari.impl.RESTClientImpl, title, largeThumbnail
261261
await rest.create_message(channel = Constants.EP_NOTIFICATION_CHANNEL_ID, content = messageContent, embed=epEmbed, mentions_everyone= IS_PING, role_mentions=IS_PING)
262262

263263
async def MvNotification(rest: hikari.impl.RESTClientImpl, title, largeThumbnail, icon, mvUserName, isRerun):
264-
mvLiveStreamUrl = f"https://www.manyvids.com/live/cam/{mvUserName}"
264+
mvLiveStreamUrl = f"https://www.manyvids.com/live/cam/{mvUserName.lower()}"
265265
mvOnlineText = Constants.mvAboveEmbedText + "\n<" + mvLiveStreamUrl + ">"
266266
embedMaker = EmbedCreator(
267267
Constants.mvBelowTitleText,

0 commit comments

Comments
 (0)