1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Add comment

This commit is contained in:
RGBCube 2022-12-30 21:01:43 +03:00
parent 40b06dca4f
commit 4860e69b3c

View file

@ -43,6 +43,7 @@ class Utils(Cog):
ts = get_monotonic() - ts ts = get_monotonic() - ts
await message.edit(content=f"Pong! `{int(ts * 1000)}ms`") await message.edit(content=f"Pong! `{int(ts * 1000)}ms`")
# Fuck this thing I'm never touching it again.
@command( @command(
name="channel-perm-tree", name="channel-perm-tree",
hidden=True hidden=True