Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 1.93 KB

File metadata and controls

144 lines (79 loc) · 1.93 KB
title Export
description Export data like channels, roles, messages, etc. from your Discord server as JSON or CSV files
published true
date 2025-11-29 21:28:50 UTC
tags
editor markdown
dateCreated 2025-11-29 15:36:15 UTC

Export Server

Export the server settings, channels, roles, emojis, and stickers as a JSON file.

Syntax

/export guild


Export Channels

Export a list of channels from this server.

Syntax

/export channels [format]

Arguments

Tabs {.tabset}

format

The file format for the export. Either json or csv.


Export Channel

Export a specifc channel from this server. The export can only be in JSON.

Syntax

/export channel [channel]

Arguments

Tabs {.tabset}

channel

The channel that you want to export.


Export Roles

Export a list of roles from this server.

Syntax

/export roles [format]

Arguments

Tabs {.tabset}

format

The file format for the export. Either json or csv.


Export Role

Export a specifc role from this server. The export can only be in JSON.

Syntax

/export role [role]

Arguments

Tabs {.tabset}

role

The role that you want to export.


Export Bans

Export a list of bans from this server.

Syntax

/export bans [format]

Arguments

Tabs {.tabset}

format

The file format for the export. Either json or csv.


Export Message

Export a specifc message from this server. The export can only be in JSON.

Syntax

/export message [message]

Arguments

Tabs {.tabset}

message

The message id or URL that you want to export.


Export Reactions

Export a list of reactions from a specifc message from this server.

Syntax

/export message [message] [format]

Arguments

Tabs {.tabset}

message

The message id or URL that you want to export the reactions from.

format

The file format for the export. Either json or csv.