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