diff --git a/tilderadio.py b/tilderadio.py index f8f9275..69596d0 100644 --- a/tilderadio.py +++ b/tilderadio.py @@ -127,7 +127,7 @@ class Module(ModuleManager.BaseModule): # a different dj is online if self.dj != "" and self.dj != previous_dj: - newdj_message = f"{self.dj} is now online playing {self.song}! tune in here now: {LISTEN_URL}" + newdj_message = f"{self.dj} is now streaming on tilderadio! tune in here now: {LISTEN_URL}" # post toot to @tilderadio self.mastodon.toot(newdj_message)