Export
Este conteúdo não está disponível em sua língua ainda.
Overview
Section titled “Overview”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 Server
Section titled “Export Server”Export the server settings, channels, roles, emojis and stickers as a JSON file. This is the file /import guild reads.
Export Channels
Section titled “Export Channels”Export a list of the channels in this server.
format requiredThe file format for the export.
- Values
jsoncsv
Export Channel
Section titled “Export Channel”Export one channel, including its permission overwrites. The export is always JSON.
channel requiredThe channel you want to export.
Export Roles
Section titled “Export Roles”Export a list of the roles in this server.
format requiredThe file format for the export.
- Values
jsoncsv
Export Role
Section titled “Export Role”Export one role, including its permissions. The export is always JSON.
role requiredThe role you want to export.
Export Bans
Section titled “Export Bans”Export this server’s ban list, with the reasons.
format requiredThe file format for the export.
- Values
jsoncsv
Export Message
Section titled “Export Message”Export a single message, including its embeds and attachments. The export is always JSON.
message requiredThe message you want to export. Accepts either a message id or the message link you get from Copy Message Link in Discord.
Export Reactions
Section titled “Export Reactions”Export who reacted to a message, and with what.
message requiredThe message whose reactions you want. Accepts either a message id or a message link.
format requiredThe file format for the export.
- Values
jsoncsv