Skip to content

Commit

Permalink
Refactor imagine command
Browse files Browse the repository at this point in the history
  • Loading branch information
earnestangel committed Jun 26, 2023
1 parent f0ab0e8 commit 9d72117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/slash/StableDiffusion/imagine.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
run: imagineCommand,
};

async function imagineCommand(client, interaction, args, prefix, config, db) {
async function imagineCommand(client, interaction, args, prefix) {
await interaction.deferReply();
const replicate = createReplicateClient();

Expand Down

0 comments on commit 9d72117

Please sign in to comment.