Revert "!audioset status"

This reverts commit a41bc65979f8aceaa1fc3b194246a641d6f29d37.
This commit is contained in:
Will Tekulve 2016-06-13 22:36:57 -04:00
parent 8d01fb46ab
commit 9226c3c915

View File

@ -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") await self.bot.say("If only one server is playing music, songs' titles will now show up as status")
else: else:
await self.bot.say("Songs' titles will no longer show up as status") 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() await self.update_bot_status()
self.save_settings() self.save_settings()