Skip to content

Commit

Permalink
update manyvids link to be lower only
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombg committed Oct 26, 2024
1 parent 2b95c59 commit 2d084e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2d084e7

Please sign in to comment.