diff --git a/.docs/Getting-started.md b/.docs/Getting-started.md index 03c387c9..c822e417 100644 --- a/.docs/Getting-started.md +++ b/.docs/Getting-started.md @@ -33,7 +33,7 @@ The HTML format replicates Discord's interface, making it the most user-friendly It's the best format for attachment preview and sharing. You can open `.html` files with a web browser, such as Google Chrome. -> **Warning**: +> [!WARNING] > If a picture is deleted, or if a user changes its avatar, the respective images will no longer be displayed. > Export using the "Download assets" (`--media`) option to avoid this. diff --git a/.docs/Token-and-IDs.md b/.docs/Token-and-IDs.md index f83bcef8..85430efa 100644 --- a/.docs/Token-and-IDs.md +++ b/.docs/Token-and-IDs.md @@ -306,7 +306,7 @@ If you don't have a bot token yet or if you've lost it, follow these steps to re > **Tip**: > As the token is only shown once, make sure to store it in a safe place. If you lose the token, you will have to reset it again. -> **Warning**: +> [!WARNING] > Resetting the token will invalidate the old one. Any integrations relying on the old token will cease to function until they are updated. ![https://discord.com/developers/applications/](https://i.imgur.com/soiB8Qc.png) diff --git a/.docs/Using-the-GUI.md b/.docs/Using-the-GUI.md index d175765b..a206b2fe 100644 --- a/.docs/Using-the-GUI.md +++ b/.docs/Using-the-GUI.md @@ -31,7 +31,7 @@ If you skip these steps, the "DiscordChatExporter is damaged and can’t be open Please refer to the on-screen instructions to get your token, then paste your token in the upper text box and hit ENTER or click the arrow (→). -> **Warning**: +> [!WARNING] > **Never share your token!** > A token gives full access to an account, treat it like a password. diff --git a/DiscordChatExporter.Cli.Tests/Readme.md b/DiscordChatExporter.Cli.Tests/Readme.md index 359d2990..b0f0c03b 100644 --- a/DiscordChatExporter.Cli.Tests/Readme.md +++ b/DiscordChatExporter.Cli.Tests/Readme.md @@ -8,5 +8,5 @@ In order to run these tests locally, you need to join the test server and config 3. Add your token to user secrets: `dotnet user-secrets set DISCORD_TOKEN ` 4. Run the tests: `dotnet test` -> **Note**: +> [!NOTE] > If you want to add a new test case, please let me know and I will give you the required permissions on the server. \ No newline at end of file diff --git a/Readme.md b/Readme.md index 653a4953..78e796e9 100644 --- a/Readme.md +++ b/Readme.md @@ -50,14 +50,14 @@ To learn more about the war and how you can help, [click here](https://tyrrrz.me - 📦 [AUR](https://aur.archlinux.org/packages/discord-chat-exporter-cli): `discord-chat-exporter-cli` - 📦 [Nix](https://search.nixos.org/packages?query=discordchatexporter-cli): `discordchatexporter-cli` -> **Important**: +> [!IMPORTANT] > To launch the GUI version of the app on MacOS, you need to first remove the downloaded file from quarantine. > You can do that by running the following command in the terminal: `xattr -rd com.apple.quarantine DiscordChatExporter.app`. -> **Note**: +> [!NOTE] > If you're unsure which build is right for your system, consult with [this page](https://useragent.cc) to determine your OS and CPU architecture. -> **Note**: +> [!NOTE] > AUR and Nix packages linked above are maintained by the community. > If you have any issues with them, please contact the corresponding maintainers.