aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-06-13 07:25:34 +0530
committerGravatar Shivansh-007 <[email protected]>2021-06-13 07:26:36 +0530
commit8e39e8bbc71e3964046b05022be9bc0060c6d75c (patch)
tree8dbe92402b8d9f772348033811403568ce985da4
parentMerge branch 'main' into modpings-schedule (diff)
(modpings): Use 24 hour format
-rw-r--r--bot/exts/moderation/modpings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/modpings.py b/bot/exts/moderation/modpings.py
index bafd40580..0922d068f 100644
--- a/bot/exts/moderation/modpings.py
+++ b/bot/exts/moderation/modpings.py
@@ -212,7 +212,7 @@ class ModPings(Cog):
await ctx.send(
f"{Emojis.ok_hand} {ctx.author.mention} Scheduled mod pings from "
- f"{start: %I:%M%p} to {end: %I:%M%p} UTC Timing!"
+ f"{start: %H:%M} to {end: %H:%M} UTC Timing!"
)
def cog_unload(self) -> None: