aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-12-24 17:15:20 +0530
committerGravatar Shivansh-007 <[email protected]>2021-12-24 17:15:20 +0530
commitd0d17242528309b2154357d94cf31bce2021497b (patch)
treee8fbd2dc0b85234ae2a0c133ff3fe5272e73f802
parentApply grammar changes (diff)
Upgrade mod left server log to warning
Diffstat (limited to '')
-rw-r--r--bot/exts/moderation/modpings.py4
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(