Skip to content

Commit

Permalink
Update TwitchIntegration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Sep 2, 2023
1 parent 57065ea commit 4b502f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCHIZO/Twitch/TwitchIntegration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public TwitchIntegration()

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

private void Client_OnMessageReceived(object _, OnMessageReceivedArgs evt)
{
const string PREFIX = "SCHIZO ";
const string PREFIX = "pls ";

ChatMessage message = evt.ChatMessage;

Expand Down

0 comments on commit 4b502f2

Please sign in to comment.