Skip to content

Server Utilities & Moderation

1. Bot Ping & Shard Info (ping)

{cooldown(3)}
{embed(title):šŸ“ Pong!}
{embed(description):• **Shard:** `#{server.shardId}`\n• **Guild:** `{server.name}`\n• **Status:** `Operational 🟢`}
{embed(color):0x2ECC71}

2. User Profile Card (userinfo)

{cooldown(5)}
{embed(title):šŸ‘¤ User Profile — {user.username}}
{embed(thumbnail):{user.avatar}}
{embed(field):User ID~{user.id}~true}
{embed(field):Account Created~{slice(0,10):{user.createdAt}}~true}
{embed(field):Roles~{member.roles}~false}
{embed(color):{member.color}}