From a41bc65979f8aceaa1fc3b194246a641d6f29d37 Mon Sep 17 00:00:00 2001 From: irdumb Date: Thu, 9 Jun 2016 03:37:43 +1000 Subject: [PATCH] !audioset status something about statuses and songs.. --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index b6fef708c..9aaca6da4 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -977,7 +977,7 @@ class Audio: await self.bot.say("If only one server is playing music, songs' titles will now show up as status") else: await self.bot.say("Songs' titles will no longer show up as status") - # doen't update for some reason. fix later. + # doen't update for some reason. fix later. PR dangit await self.update_bot_status() self.save_settings()