# Chatlog Commands

Chatlogs collect recent messages from a channel so you can replay them later.

# Quick start

  1. Create a chatlog in a channel: /chatlog create amount:100
  2. List your chatlogs: /chatlog list
  3. Load it back: /chatlog load chatlog-id:abc12 amount:50

# /chatlog create

# Syntax

/chatlog create custom-id:my-log before:1234567890 amount:100

# Options

Option Description Required
custom-id A short custom identifier for this chatlog. No
before Message ID to start from. No
amount How many messages to capture. No

# Requirements

Requirement Notes
Administrator Required for the user.
Paid tier Requires Scale or Enterprise.
Config ownerOnly If enabled, only the guild owner can use major commands.

# Notes

+- The message count is capped by your plan tier. +- Chatlogs are subject to user and guild cooldowns.

# /chatlog load

# Syntax

/chatlog load chatlog-id:abc12 amount:100

# Options

Option Description Required
chatlog-id Chatlog ID or custom ID. Yes
amount How many messages to replay. No

# Requirements

Requirement Notes
Manage Webhooks or Administrator Required for the user in the target channel.
Manage Webhooks or Administrator Required for the bot in the target channel.
Config level advanced Required for non-owners to load chatlogs.
Paid tier Requires Scale or Enterprise.

# Notes

+- Forum threads are not supported. +- Loading respects cooldowns.

# /chatlog list

# Syntax

/chatlog list page:1

# Options

Option Description Required
page Page number to display. No

# /chatlog delete

# Syntax

/chatlog delete chatlog-id:abc12

# Options

Option Description Required
chatlog-id Chatlog ID or custom ID. Yes

# Notes

+- Requires confirmation before deletion.

# /chatlog prune

# Syntax

/chatlog prune channel-name:"general"

# Options

Option Description Required
channel-name Prune chatlogs by matching channel name. No