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