From 7c497bb323f6945e2878a3efd5e16b746b8b8895 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 24 Sep 2019 10:27:34 +0100 Subject: [PATCH] Add music emoji to music links --- content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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