diff --git a/README.md b/README.md index d12e8d5..84cdb79 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In order to prevent CSAM and sexual content being uploaded, this mod's master se If your video fails heuristic checks, check the console for this message, and contact me. ``` [Error :SpookTubeEX] SpookTubeEX has experienced a heuristics error. Please contact ModMail at https://discord.gg/Gw2f86B2vC with this UUID in your ticket request: -This is an automated service, so trolling will get your IP blocked from accessing anything with SpookedTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE +This is an automated service, so trolling will get your IP blocked from accessing anything with SpookTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE ``` ![Credits](img/titles/credits.gif) diff --git a/Uploader.cs b/Uploader.cs index 2559332..3c9f81b 100644 --- a/Uploader.cs +++ b/Uploader.cs @@ -88,7 +88,7 @@ class SpookedUploader if (evt.Data.StartsWith("us")) { - Plugin.Logger.LogError("SpookTubeEX has experienced a heuristics error. Please contact ModMail at https://discord.gg/Gw2f86B2vC with this UUID in your ticket request: " + uuid + "\nThis is an automated service, so trolling will get your IP blocked from accessing anything with SpookedTube and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE!"); + Plugin.Logger.LogError("SpookTubeEX has experienced a heuristics error. Please contact ModMail at https://discord.gg/Gw2f86B2vC with this UUID in your ticket request: " + uuid + "\nThis is an automated service, so trolling will get your IP blocked from accessing anything with SpookTubeEX and your Discord account banned from the server. DO NOT SHARE THIS UUID WITH ANYONE!"); } };