Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
???
  • Loading branch information
Nazeofel committed Jun 3, 2024
1 parent 07c7989 commit 75a9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-robo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ new Command('create-robo <projectName>')
// Ask the user for their Discord credentials (token and client ID) and store them for later use
// Skip this step if the user is creating a plugin
//
if (!robo.isPlugin && options.noCreds) {
if (!robo.isPlugin && !options.creds) {
logger.debug(`Asking for Discord credentials...`)
await robo.askForDiscordCredentials()
}
Expand Down

0 comments on commit 75a9e40

Please sign in to comment.