Increased Readability with commentary headers

pull/8/head
sgoudham 4 years ago
parent 5c55e0f157
commit d27e1ad63b

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

Loading…
Cancel
Save