Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Commit 4b502f2

Browse files
committed
Update TwitchIntegration.cs
1 parent 57065ea commit 4b502f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SCHIZO/Twitch/TwitchIntegration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public TwitchIntegration()
4343

4444
if (!File.Exists(Path.Combine(AssetLoader.AssetsFolder, "..", "cache.json")))
4545
{
46-
LOGGER.LogWarning("Could not find config.json for Twitch integration, it will be disabled.\n"
46+
LOGGER.LogWarning("Could not find cache.json for Twitch integration, it will be disabled.\n"
4747
+ "Make a text file next to the mod .dll and put the token on the SECOND line.");
4848
return;
4949
}
@@ -56,7 +56,7 @@ public TwitchIntegration()
5656

5757
private void Client_OnMessageReceived(object _, OnMessageReceivedArgs evt)
5858
{
59-
const string PREFIX = "SCHIZO ";
59+
const string PREFIX = "pls ";
6060

6161
ChatMessage message = evt.ChatMessage;
6262

0 commit comments

Comments
 (0)