From d27e1ad63b2967883ec7de289602c1ca964076c0 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 30 Jul 2020 21:21:16 +0100 Subject: [PATCH] Increased Readability with commentary headers --- settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.py b/settings.py index 15026662..2d783df1 100644 --- a/settings.py +++ b/settings.py @@ -56,6 +56,8 @@ def rndColour(): return Colour(random.randint(0, 0xFFFFFF)) +# --------------------------------------------!Cache Section!----------------------------------------------------------- + # Setup Dict To Store Values enso_cache = {} @@ -97,6 +99,8 @@ def del_cache(guildid): del enso_cache[guildid] +# --------------------------------------------!End Cache Section!------------------------------------------------------- + # --------------------------------------------!ModLogs Section!--------------------------------------------------------- # Updating the modlog within the dict and database when the method is called