From 292f0a5ee463ba55be2c59e1a55ea6a1fd9e9f3a Mon Sep 17 00:00:00 2001 From: Irdumb Date: Wed, 15 Jun 2016 11:44:46 +1000 Subject: [PATCH] I'm just gonna... (#304) --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index 4a2e46e8b..fcce2d795 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -941,7 +941,7 @@ class Audio: self.settings["MAX_CACHE"] = size await self.bot.say("Max cache size set to {} MB.".format(size)) - self.save_settings + self.save_settings() @audioset.command(name="maxlength") @checks.is_owner()