79423332

Date: 2025-02-08 14:27:15
Score: 1
Natty:
Report link

I manually use a DIY /ping command to check multi-instance status.

@commands.hybrid_command(name="ping", description="ping the server")
async def ping(self, ctx:commands.Context):
    res = "> Ping: Server is on and this instance is active."
    return await ctx.channel.send(res, delete_after=3, silent=True)

btw, I don't see much rate limit.

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jacky