Skip to content

Commit 28e5b71

Browse files
authored
Merge pull request #18 from Batthew627/main
Update the bsrhelp command
2 parents 9665660 + dc25cbe commit 28e5b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/BeatSaberPlus_ChatRequest/CRConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ internal enum EPermission
7979
internal EPermission BSRHelpCommandPermissions = EPermission.Viewers;
8080
[JsonProperty] internal bool BSRHelpCommandEnabled = true;
8181
[JsonProperty] internal string BSRHelpCommand = "bsrhelp";
82-
[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!.";
82+
[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!.";
8383

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

0 commit comments

Comments
 (0)