Info
Quick lookups for a member, role, channel, or the server itself - all read-only, no permission needed.
Members
$userinfo [@member]
$joinpos [@member|id]
$membercount
$membercount online
Also $ui/$whois for userinfo. joinpos shows what position a
member joined the server in. membercount shows total/human/bot counts;
membercount online (also /membercount online) shows a live
online/idle/dnd/offline breakdown counted directly by Pixie rather than Discord's own (often
inaccurate) presence count.
Server
$serverinfo
$roleinfo <role>
$roles
$channelinfo [#channel]
$ping
$status
Also $si, $ri, $ci aliases, and $hierarchy/$rolelisting for roles. channelinfo defaults to the current channel if none is given.
roles lists every role in the server highest to lowest (paginated for a long list).
status shows live uptime/latency/server/user counts with a button to the
live status page.
Raw IDs
$userid [@member]
$roleid <role>
$channelid [#channel]
$serverid
$messageid [link] (or reply to a message)
Also /info id user/role/channel/server/message,
nested under /info - one group for every kind of ID. Each just replies with the raw ID in a codeblock, nothing else -
$userid also works as $uid. All default sensibly when you leave the target
blank: userid to yourself, channelid to the current channel,
messageid to whatever you're replying to.
Messages
$msgmetadata
Also $msgmeta, $mdata, $md, $metadata,
$meta. Reply to any message to see everything Discord exposes about it - unix
timestamps for created/edited, author, channel/guild/thread, type and flags, attachments, embeds,
components, reactions, stickers, the reply it's referencing, webhook/application IDs, and more.
Computed fresh from the message every time, nothing's stored.