mirror of https://gitlab.com/bashrc2/epicyon
Add music emoji to music links
parent
f5871ea7f8
commit
7c497bb323
|
@ -25,7 +25,7 @@ def addMusicTag(content: str,tag: str) -> str:
|
|||
break
|
||||
if not musicSiteFound:
|
||||
return content
|
||||
return content+' '+tag+' '
|
||||
return ':music: '+content+' '+tag+' '
|
||||
|
||||
def addWebLinks(content: str) -> str:
|
||||
"""Adds markup for web links
|
||||
|
|
Loading…
Reference in New Issue