From 286d07910e7df7dc5bd0d22f8df3f53361a010c8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:18:16 +0200 Subject: 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 --- .../moulberry/notenoughupdates/commands/help/HelpCommand.kt | 8 +++----- .../io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'src/main/kotlin') 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.", @@ -61,8 +61,6 @@ class HelpCommand { "§6/neudungeonwintest §r§7- displays the dungeon win screen" ) 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.", "", 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 ", + "Please type out the answer to §a$question", -1, javaClass.getField("answer"), this, -- cgit