From 9226c3c915c59d710606f82599dd073f8ba68f71 Mon Sep 17 00:00:00 2001 From: Will Tekulve Date: Mon, 13 Jun 2016 22:36:57 -0400 Subject: [PATCH] Revert "!audioset status" This reverts commit a41bc65979f8aceaa1fc3b194246a641d6f29d37. --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 9aaca6da4..b6fef708c 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. PR dangit + # doen't update for some reason. fix later. await self.update_bot_status() self.save_settings()