I'm just gonna... (#304)

This commit is contained in:
Irdumb 2016-06-15 11:44:46 +10:00 committed by Will
parent 9697d8f692
commit 292f0a5ee4

View File

@ -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()