You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FMBot.Bot/Builders/ArtistBuilders.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1208,7 +1208,7 @@ public static ResponseModel DiscoverySupporterRequired(ContextModel context, Use
1208
1208
if(context.ContextUser.UserType==UserType.User)
1209
1209
{
1210
1210
response.Embed.WithDescription(
1211
-
$"To see what music you've recently discovered we need to store your lifetime Last.fm history. Your lifetime history and more are only available for supporters.");
1211
+
$"To see what music you've recently discovered, we need to store your lifetime Last.fm history. Your lifetime history and more are only available for supporters.");
response.Embed.AddField("Note about future imports",
429
-
$"Usually when you imports duplicates will be filtered out. However, note that now that your imports are edited there might be duplicates when you import the same service again.");
429
+
$"Usually when you import, duplicates will be filtered out. However, note that now that your imports are edited there might be duplicates when you import the same service again.");
$"`{oldAlbumRef.Album}` by `{oldAlbumRef.Artist}` to `{newAlbumRef.Album}` by `{newAlbumRef.Artist}`");
539
539
response.Embed.AddField("Note about future imports",
540
-
$"Usually when you imports duplicates will be filtered out. However, note that now that your imports are edited there might be duplicates when you import the same service again.");
540
+
$"Usually when you import, duplicates will be filtered out. However, note that now that your imports are edited there might be duplicates when you import the same service again.");
$"`{oldTrackRef.Track}` by `{oldTrackRef.Artist}` to `{newTrackRef.Track}` by `{newTrackRef.Artist}`");
649
649
response.Embed.AddField("Note about future imports",
650
-
$"Usually when you imports duplicates will be filtered out. However, note that now that your imports are edited there might be duplicates when you import the same service again.");
650
+
$"Usually when you import, duplicates will be filtered out. However, note that now that your imports are edited there might be duplicates when you import the same service again.");
@@ -1832,7 +1832,7 @@ public static ResponseModel GapsSupporterRequired(ContextModel context, UserSett
1832
1832
if(context.ContextUser.UserType==UserType.User)
1833
1833
{
1834
1834
response.Embed.WithDescription(
1835
-
$"To see the biggest gaps between when you listened to certain artists we need to store your lifetime Last.fm history. Your lifetime history and more are only available for supporters.");
1835
+
$"To see the biggest gaps between when you listened to certain artists, we need to store your lifetime Last.fm history. Your lifetime history and more are only available for supporters.");
Copy file name to clipboardExpand all lines: src/FMBot.Bot/Builders/RecapBuilders.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -558,7 +558,7 @@ await this._dataSourceFactory.GetTopArtistsAsync(userSettings.UserNameLastFm, ti
558
558
else
559
559
{
560
560
response.Embed.WithDescription(
561
-
$"To accurately calculate listening time we need to store your full Last.fm history. Your lifetime history and more are only available for supporters.");
561
+
$"To accurately calculate listening time, we need to store your full Last.fm history. Your lifetime history and more are only available for supporters.");
0 commit comments