| 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 the server settings, channels, roles, emojis, and stickers as a JSON file.
/export guild
Export a list of channels from this server.
/export channels [format]
The file format for the export. Either json or csv.
Export a specifc channel from this server. The export can only be in JSON.
/export channel [channel]
The channel that you want to export.
Export a list of roles from this server.
/export roles [format]
The file format for the export. Either json or csv.
Export a specifc role from this server. The export can only be in JSON.
/export role [role]
The role that you want to export.
Export a list of bans from this server.
/export bans [format]
The file format for the export. Either json or csv.
Export a specifc message from this server. The export can only be in JSON.
/export message [message]
The message id or URL that you want to export.
Export a list of reactions from a specifc message from this server.
/export message [message] [format]
The message id or URL that you want to export the reactions from.
The file format for the export. Either json or csv.