Fix more typos

This commit is contained in:
RedBigz 2024-06-08 23:33:44 +10:00
parent 86415b8720
commit 7ea5d93448
2 changed files with 2 additions and 2 deletions

View File

@ -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: <UUID>
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)

View File

@ -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!");
}
};