sunset image commands

This commit is contained in:
bignutty 2024-09-09 23:21:46 +02:00
parent ed67725647
commit 3df52973f9
8 changed files with 30 additions and 3 deletions

View file

@ -115,7 +115,8 @@ const categories = {
"search": `${iconPill("mag", "Search Commands")}`,
"utils": `${iconPill("tools", "Utility Commands")}`,
"fun": `${iconPill("stars", "Fun Commands")}`,
"image": `${iconPill("image", "Image Commands")}`,
// Image Manipulation commands have been sunset as of 09/09/2024
//"image": `${iconPill("image", "Image Commands")}`,
"mod": `${iconPill("shield", "Moderation Commands")}`
}