Add string to file

This commit is contained in:
libraryaddict 2020-03-08 03:21:16 +13:00
parent a14c36e29a
commit a74d4f453b
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4

@ -59,6 +59,7 @@ public class BisectHosting {
"time"); "time");
writer.write( writer.write(
"\n# Coupon 'libraryaddict' for 25% off your first invoice on any of their gaming servers"); "\n# Coupon 'libraryaddict' for 25% off your first invoice on any of their gaming servers");
writer.write("\n# Be sure to visit through this link! https://bisecthosting.com/libraryaddict");
writer.write("\nBisect-Hosted: " + hostedBy); writer.write("\nBisect-Hosted: " + hostedBy);
} }
catch (FileNotFoundException | UnsupportedEncodingException e) { catch (FileNotFoundException | UnsupportedEncodingException e) {