From 721d20c8ab4421a3453afcfd3a6c1338c22b41aa Mon Sep 17 00:00:00 2001 From: sco1 Date: Tue, 5 Mar 2019 16:35:39 -0500 Subject: Set cog load log messages to info Per the contributor doc --- bot/seasons/christmas/adventofcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/seasons/christmas/adventofcode.py') diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index c74a6f25..60c2a311 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -730,4 +730,4 @@ def _error_embed_helper(title: str, description: str) -> discord.Embed: def setup(bot: commands.Bot) -> None: bot.add_cog(AdventOfCode(bot)) - log.info("Cog loaded: adventofcode") + log.info("Advent of Code cog loaded") -- cgit v1.2.3