Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua committed Jul 3, 2023
1 parent 7305724 commit 391cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/imagine-niji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Midjourney, NijiBot } from "../src";
async function main() {
const client = new Midjourney({
SalaiToken: <string>process.env.SALAI_TOKEN,
BotId: NijiBot,
BotId: NijiBot, // NijiBot
ChannelId: "1125452970276954204",
Debug: true,
Ws: true,
Expand Down

0 comments on commit 391cdb2

Please sign in to comment.