Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
new img models
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Jan 18, 2024
1 parent d82b49a commit 83849f7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/bot/commands/imagine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default createCommand({
}
modelName = setting;
}
console.log(modelName);
const model = IMAGE_MODELS.find((x) => x.id === modelName);
if (!model) {
await interaction.edit({
Expand Down Expand Up @@ -167,9 +166,8 @@ export default createCommand({
embeds: [
{
color: config.brand.color,
title: `Waiting in queue <${loadingIndicator.emoji.animated ? "a" : ""}:${loadingIndicator.emoji.name}:${
loadingIndicator.emoji.id
}>`,
title: `Waiting in queue <${loadingIndicator.emoji.animated ? "a" : ""}:${loadingIndicator.emoji.name}:${loadingIndicator.emoji.id
}>`,
},
],
});
Expand All @@ -179,9 +177,8 @@ export default createCommand({
embeds: [
{
color: config.brand.color,
title: `Generating <${loadingIndicator.emoji.animated ? "a" : ""}:${loadingIndicator.emoji.name}:${
loadingIndicator.emoji.id
}>`,
title: `Generating <${loadingIndicator.emoji.animated ? "a" : ""}:${loadingIndicator.emoji.name}:${loadingIndicator.emoji.id
}>`,
},
],
});
Expand Down

0 comments on commit 83849f7

Please sign in to comment.