aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/alias.py
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-12-07 20:31:39 -0800
committerGravatar MarkKoz <[email protected]>2019-12-08 02:19:09 -0800
commit52924051e27d34c3f7e32c281fbe8ae0587a9766 (patch)
tree294e161be4040d9ee87d7ef03d78fb6ecd468103 /bot/cogs/alias.py
parentChange all Bot imports to use the subclass (diff)
Override add_cog to log loading of cogs
Diffstat (limited to '')
-rw-r--r--bot/cogs/alias.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/cogs/alias.py b/bot/cogs/alias.py
index 4ee5a2aed..c1db38462 100644
--- a/bot/cogs/alias.py
+++ b/bot/cogs/alias.py
@@ -148,6 +148,5 @@ class Alias (Cog):
def setup(bot: Bot) -> None:
- """Alias cog load."""
+ """Load the Alias cog."""
bot.add_cog(Alias(bot))
- log.info("Cog loaded: Alias")