diff options
| author | 2019-03-05 16:35:39 -0500 | |
|---|---|---|
| committer | 2019-03-05 16:35:39 -0500 | |
| commit | 721d20c8ab4421a3453afcfd3a6c1338c22b41aa (patch) | |
| tree | 3f7837bb5b17521c2d8cb2638845971158f32553 /bot/seasons/halloween/spookysound.py | |
| parent | Merge branch 'master' into dpy-cog-changes (diff) | |
Set cog load log messages to info
Per the contributor doc
Diffstat (limited to 'bot/seasons/halloween/spookysound.py')
| -rw-r--r-- | bot/seasons/halloween/spookysound.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/spookysound.py b/bot/seasons/halloween/spookysound.py index 1fbbfea6..0d3a99bd 100644 --- a/bot/seasons/halloween/spookysound.py +++ b/bot/seasons/halloween/spookysound.py @@ -47,4 +47,4 @@ class SpookySound(commands.Cog): def setup(bot): bot.add_cog(SpookySound(bot)) - log.debug("SpookySound cog loaded") + log.info("Spooky sound cog loaded") |