Quick Start Guide
This guide will help you export your first channel using DiscordChatExporter.
Prerequisites
To use DiscordChatExporter, you need an Authentication Token and, if using the CLI, a Channel ID.
Automating user accounts violates Discord's Terms of Service. Use a Bot Token if possible, or proceed with a User Token at your own risk.
1. Get your Token
See the Token Guide for detailed instructions on obtaining your token.
2. Exporting with GUI
- Open
DiscordChatExporter.exe(Windows) or the executable for your OS. - Paste your Token into the top text box and press Enter.
- Wait for the channel list to load on the left.
- Select a channel (or multiple by holding
Ctrl). - Click the Download arrow icon at the bottom right.
- Choose your export format (e.g., HTML Dark) and click Export.
3. Exporting with CLI
- Open a terminal in the folder where you extracted the CLI.
- Run the following command:
# Syntax: ./DiscordChatExporter.Cli export -t TOKEN -c CHANNEL_ID
./DiscordChatExporter.Cli export -t "mfa.Ifrn..." -c 53555
- The export will be saved in the current directory as an HTML file by default.