aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-03-31 14:27:49 +0530
committerGravatar Rohan <[email protected]>2019-03-31 14:27:49 +0530
commit033794a505af0debb2d1db08fac17676f3a0f64f (patch)
treedaef11aeb15d3882f019580f141ae2ae310f924e /bot
parentfixed lint errors (diff)
added doc strings to setup function and removed yellow color from constants cuz ill add it when i make PR for easter
Diffstat (limited to 'bot')
-rw-r--r--bot/constants.py1
-rw-r--r--bot/seasons/christmas/hanukkah_embed.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 3896dd83..993a0f81 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -60,7 +60,6 @@ class Client(NamedTuple):
class Colours:
blue = 0x0279fd
- yellow = 0xf9f586
soft_red = 0xcd6d6d
soft_green = 0x68c290
bright_green = 0x01d277
diff --git a/bot/seasons/christmas/hanukkah_embed.py b/bot/seasons/christmas/hanukkah_embed.py
index 85d91675..ca69999e 100644
--- a/bot/seasons/christmas/hanukkah_embed.py
+++ b/bot/seasons/christmas/hanukkah_embed.py
@@ -108,5 +108,6 @@ class HanukkahEmbed(commands.Cog):
def setup(bot):
+ """A function to add the cog."""
bot.add_cog(HanukkahEmbed(bot))
log.info("Hanukkah embed cog loaded")