Zum Inhalt springen
Xenon

Export

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Export takes part of your server and hands it back as a file. It is free on every plan, and it does not change anything, because every command here reads.

Two things it is good for. /export guild produces the same shape /import guild accepts, so the pair moves a structure between servers or keeps one under version control. The narrower commands produce lists you can read outside Discord: a spreadsheet of your bans, or the reactions on a vote.

Where a command offers a format, json keeps the full structure and csv flattens it into rows for a spreadsheet. The commands that export a single thing are JSON only, because there is nothing to flatten.

Export the server settings, channels, roles, emojis and stickers as a JSON file. This is the file /import guild reads.

/export guild

Export a list of the channels in this server.

/export channels format
format required

The file format for the export.

Values
json csv

Export one channel, including its permission overwrites. The export is always JSON.

/export channel channel
channel required

The channel you want to export.

Export a list of the roles in this server.

/export roles format
format required

The file format for the export.

Values
json csv

Export one role, including its permissions. The export is always JSON.

/export role role
role required

The role you want to export.

Export this server’s ban list, with the reasons.

/export bans format
format required

The file format for the export.

Values
json csv

Export a single message, including its embeds and attachments. The export is always JSON.

/export message message
message required

The message you want to export. Accepts either a message id or the message link you get from Copy Message Link in Discord.

Export who reacted to a message, and with what.

/export reactions message format
message required

The message whose reactions you want. Accepts either a message id or a message link.

format required

The file format for the export.

Values
json csv