Skip to content

Commit

Permalink
improve import manage flow
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Jan 12, 2025
1 parent e409abd commit 0371443
Show file tree
Hide file tree
Showing 4 changed files with 643 additions and 588 deletions.
2 changes: 1 addition & 1 deletion src/FMBot.Bot/Builders/UserBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ public async Task<ResponseModel> ImportMode(ContextModel context, int userId)
{
embedDescription.AppendLine();
embedDescription.AppendLine(
"Run the `/import spotify` command to see how to request your data and to get started with imports. " +
"Run the `.import` command to see how to request your data and to get started with imports. " +
"After importing you'll be able to change these settings.");
}
else
Expand Down
Loading

0 comments on commit 0371443

Please sign in to comment.