diff options
Diffstat (limited to '')
-rw-r--r-- | bot/exts/moderation/modpings.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bot/exts/moderation/modpings.py b/bot/exts/moderation/modpings.py index 61b75ae79..c3f3dc0b1 100644 --- a/bot/exts/moderation/modpings.py +++ b/bot/exts/moderation/modpings.py @@ -89,9 +89,7 @@ class ModPings(Cog): guild = self.bot.get_guild(Guild.id) mod = await get_or_fetch_member(guild, mod_id) if not mod: - log.info( - f"I tried to get moderator with ID `{mod_id}`, but they don't appear to be on the server 😔" - ) + log.warning(f"I tried to get moderator with ID `{mod_id}`, but they don't appear to be on the server 😔") continue self._modpings_scheduler.schedule_at( |