Update 'src/main/java/tech/nevets/deepjTranslator.java'

This commit is contained in:
5gi 2022-11-04 12:03:06 -04:00
parent b9fb097836
commit 5abf319465

View File

@ -35,7 +35,7 @@ public class Translator {
public Translator(@NotNull String authKey, @NotNull boolean silence) {
if (globalAuthKey != "null" && silence == false) {
System.out.println("[DeepJ] Looks like you have defined a global auth key already! You can use if by just typing \"new Traslator()\"" +
"\n instead of \"new Translator(String authKey)\". NOTE: This will work but just some advice :)");
"\n instead of \"new Translator(String authKey)\". NOTE: This will work but this is just some advice :)");
}
request = new Request(authKey);
}