Skip to content

Commit

Permalink
Merge pull request #18 from Batthew627/main
Browse files Browse the repository at this point in the history
Update the bsrhelp command
  • Loading branch information
hardcpp authored Dec 15, 2024
2 parents 9665660 + dc25cbe commit 28e5b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/BeatSaberPlus_ChatRequest/CRConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal enum EPermission
internal EPermission BSRHelpCommandPermissions = EPermission.Viewers;
[JsonProperty] internal bool BSRHelpCommandEnabled = true;
[JsonProperty] internal string BSRHelpCommand = "bsrhelp";
[JsonProperty] internal string BSRHelpCommand_Reply = "@$UserName To request a song, go to https://beatsaver.com/search and find a song, Click on \"Copy !bsr\" button and paste this on the stream and I'll play it soon!.";
[JsonProperty] internal string BSRHelpCommand_Reply = "@$UserName To request a song, go to https://beatsaver.com/search and find a song, Click on the Twitch icon next to the song and paste this in the stream chat and I'll play it soon!.";

[JsonProperty, JsonConverter(typeof(StringEnumConverter))]
internal EPermission LinkCommandPermissions = EPermission.Viewers;
Expand Down

0 comments on commit 28e5b71

Please sign in to comment.