[redesign] change search category icon

This commit is contained in:
derpystuff 2023-08-12 16:35:38 +02:00
parent 814755c167
commit 7f6fddd07d

View file

@ -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")}`,