Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Feb 25, 2023
1 parent 228f3fa commit 3b4182a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/commands/stable-diffusion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var data = new SlashCommandBuilder()
value: "stable_diffusion",
},
{ name: "Microworlds", value: "Microworlds" },
{ name: "Anything Diffusion", value: "Anything Diffusion" },
{ name: "Dreamshaper", value: "Dreamshaper" },
{
name: "Dreamlike Photoreal",
Expand Down Expand Up @@ -104,14 +103,14 @@ var data = new SlashCommandBuilder()
name: "HASDX",
value: "HASDX",
},
{
name: "Anything Diffusion",
value: "Anything Diffusion",
},
{
name: "Anything v3",
value: "Anything v3",
},
{
name: "Anything Diffusion",
value: "Anything Diffusion",
},
{
name: "vectorartz",
value: "vectorartz",
Expand Down Expand Up @@ -236,7 +235,6 @@ var data = new SlashCommandBuilder()
value: "stable_diffusion",
},
{ name: "Microworlds", value: "Microworlds" },
{ name: "Anything Diffusion", value: "Anything Diffusion" },
{ name: "Dreamshaper", value: "Dreamshaper" },
{
name: "Dreamlike Photoreal",
Expand Down

0 comments on commit 3b4182a

Please sign in to comment.