From bbcf52a3a51e6524d5f4414d7c8d58c049ea0512 Mon Sep 17 00:00:00 2001 From: Will Tekulve Date: Sat, 27 Feb 2016 04:05:47 -0500 Subject: [PATCH] remove deprecated comment --- cogs/mod.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cogs/mod.py b/cogs/mod.py index 2ebda50fc..4c71d34bd 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -17,13 +17,6 @@ class Mod: self.ignore_list = fileIO("data/mod/ignorelist.json", "load") self.filter = fileIO("data/mod/filter.json", "load") - # HEY, YOU THERE, READ THIS - # In order to save modified BOT settings you MUST: - # 1) use self.bot_settings to GET the current settings - # THEN - # 2) Use checks.save_bot_settings(modified_bot_settings) - # 3) Don't blame me (Will), blame the other guy (not 26) - @commands.group(pass_context=True) @checks.admin_or_permissions(manage_server=True) async def modset(self,ctx):