diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-05 15:18:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 15:18:16 +0200 |
commit | 286d07910e7df7dc5bd0d22f8df3f53361a010c8 (patch) | |
tree | f3a3b1b0c6437c8b9c18dfa5354fa3428644d77b /src/main/kotlin | |
parent | 2c33629da66bcef0a9300a737f4493eadb5c1b41 (diff) | |
download | NotEnoughUpdates-286d07910e7df7dc5bd0d22f8df3f53361a010c8.tar.gz NotEnoughUpdates-286d07910e7df7dc5bd0d22f8df3f53361a010c8.tar.bz2 NotEnoughUpdates-286d07910e7df7dc5bd0d22f8df3f53361a010c8.zip |
Starting to remove api key mentions from NEU (#781)
* Starting to remove api key mentions from NEU
* remove api key error popup
* ooops
---------
Co-authored-by: nopo <nopotheemail@gmail.com>
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.kt | 8 | ||||
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.kt index 1cd9ccdf..d4dd0e1e 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/help/HelpCommand.kt @@ -31,20 +31,20 @@ class HelpCommand { val neuHelpMessages = listOf( "§5§lNotEnoughUpdates commands", "§6/neu §7- Opens the main NEU GUI.", - "§6/pv §b?{name} §2ⴵ §r§7- Opens the profile viewer", + "§6/pv §b?{name} §r§7- Opens the profile viewer", "§6/neusouls {on/off/clear/unclear} §r§7- Shows waypoints to fairy souls.", "§6/neubuttons §r§7- Opens a GUI which allows you to customize inventory buttons.", "§6/neuec §r§7- Opens the enchant colour GUI.", "§6/neucosmetics §r§7- Opens the cosmetic GUI.", "§6/neurename §r§7- Opens the NEU Item Customizer.", - "§6/cata §b?{name} §2ⴵ §r§7- Opens the profile viewer's Catacombs page.", + "§6/cata §b?{name} §r§7- Opens the profile viewer's Catacombs page.", "§6/neulinks §r§7- Shows links to NEU/Moulberry.", "§6/neuoverlay §r§7- Opens GUI Editor for quickcommands and searchbar.", "§6/neucalendar §r§7- Opens NEU's custom calendar GUI.", "§6/neucalc §r§7- Run calculations.", "", "§6§lOld commands:", - "§6/peek §b?{user} §2ⴵ §r§7- Shows quick stats for a user.", + "§6/peek §b?{user} §r§7- Shows quick stats for a user.", "", "§6§lDebug commands:", "§6/neustats §r§7- Copies helpful info to the clipboard.", @@ -62,8 +62,6 @@ class HelpCommand { ) val helpInfo = listOf( "", - "§7Commands marked with a §2\"ⴵ\"§7 require an api key. You can set your api key via \"/api new\" or by manually putting it in the api field in \"/neu\"", - "", "§7Arguments marked with a §b\"?\"§7 are optional.", "", "§6§lScroll up to see everything" diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt index c06335b1..157050b3 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt @@ -66,7 +66,7 @@ object IQTest { val answerOption = ProcessedOption( "IQ Test Question", - "Please type out the answer to §a$question\n§cIf you just want to set your api key do §6/neusetkey <key>", + "Please type out the answer to §a$question", -1, javaClass.getField("answer"), this, |