From 7f6fddd07d1fe90a648c8e2f9b7c762fec540d85 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 12 Aug 2023 16:35:38 +0200 Subject: [PATCH] [redesign] change search category icon --- commands/message/core/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/core/help.js b/commands/message/core/help.js index 9dc0661..f3efaf8 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -95,7 +95,7 @@ function createCommandPage(context, prefix, command){ const categories = { "core": `${iconPill("home", "Core Commands")}`, "info": `${iconPill("information", "Information Commands")}`, - "search": `${iconPill("search", "Search Commands")}`, + "search": `${iconPill("mag", "Search Commands")}`, "utils": `${iconPill("tools", "Utility Commands")}`, "fun": `${iconPill("stars", "Fun Commands")}`, "image": `${iconPill("image", "Image Commands")}`,