diff --git a/.docs/Token-and-IDs.md b/.docs/Token-and-IDs.md
index af413b39..9e14c751 100644
--- a/.docs/Token-and-IDs.md
+++ b/.docs/Token-and-IDs.md
@@ -304,7 +304,7 @@ If you don't have a bot token yet or if you've lost it, follow these steps to re
5. Click **Yes, do it!** and authenticate to confirm
> **Tip**:
-> As the token is only shown once, make sure to store it in a safe place. If you lose it, you will have to reset the token again.
+> 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**:
> Resetting the token will invalidate the old one. Any integrations relying on the old token will cease to function until they are updated.
diff --git a/DiscordChatExporter.Cli/Commands/GuideCommand.cs b/DiscordChatExporter.Cli/Commands/GuideCommand.cs
index c28d1143..8ab89727 100644
--- a/DiscordChatExporter.Cli/Commands/GuideCommand.cs
+++ b/DiscordChatExporter.Cli/Commands/GuideCommand.cs
@@ -34,16 +34,16 @@ public class GuideCommand : ICommand
using (console.WithForegroundColor(ConsoleColor.White))
console.Output.WriteLine("To get the token for your bot:");
console.Output.WriteLine(
- " If the token wasn't saved during bot creation, generate a new one"
- );
- console.Output.WriteLine(
- " * Integrations using the previous token will stop working until updated"
+ " The token is generated during bot creation. If you lost it, generate a new one:"
);
console.Output.WriteLine(" 1. Go to Discord developer portal");
console.Output.WriteLine(" 2. Open your application's settings");
console.Output.WriteLine(" 3. Navigate to the Bot section on the left");
console.Output.WriteLine(" 4. Under Token click Reset Token");
console.Output.WriteLine(" 5. Click Yes, do it! and authenticate to confirm");
+ console.Output.WriteLine(
+ " * Integrations using the previous token will stop working until updated"
+ );
console.Output.WriteLine(
" * Your bot needs to have the Message Content Intent enabled to read messages"
);
diff --git a/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml b/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml
index 90178425..350f6acf 100644
--- a/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml
+++ b/DiscordChatExporter.Gui/Views/Components/DashboardView.axaml
@@ -332,10 +332,7 @@
Text="To get the token for your bot:" />
-
-
-
-
+
@@ -373,6 +370,9 @@
+
+
+