Skip to content

Commit

Permalink
add disclaimer for filtered users
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Oct 15, 2024
1 parent 3ab30a9 commit 428e561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FMBot.Bot/SlashCommands/UserSlashCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ await this._adminService.GetFilteredUserAsync(userSettings.UserNameLastFM,
globalStatus.AppendLine(
"You can still use all other functionalities of the bot, you just won't be globally visible when other users use commands. " +
"We automatically moderate global leaderboards to keep them fun and fair for everybody. Remember, it's just a few numbers on a list.");

globalStatus.AppendLine();
globalStatus.AppendLine(".fmbot is not affiliated with Last.fm. This filter only applies to global charts in .fmbot.");
}

if (globalStatus.Length > 0)
Expand Down

0 comments on commit 428e561

Please sign in to comment.