diff --git a/content.py b/content.py index 0f61b0b8..225e2cbb 100644 --- a/content.py +++ b/content.py @@ -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