From 4860e69b3caa42e575fc799027c54fbb86733b51 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 30 Dec 2022 21:01:43 +0300 Subject: [PATCH] Add comment --- minearchy_bot/cogs/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minearchy_bot/cogs/utils.py b/minearchy_bot/cogs/utils.py index 844d4de..b0d2f0e 100644 --- a/minearchy_bot/cogs/utils.py +++ b/minearchy_bot/cogs/utils.py @@ -43,6 +43,7 @@ class Utils(Cog): ts = get_monotonic() - ts await message.edit(content=f"Pong! `{int(ts * 1000)}ms`") + # Fuck this thing I'm never touching it again. @command( name="channel-perm-tree", hidden=True