Rename prefix option updateinfo utils #204
Unanswered
joeytnft
asked this question in
Help + Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Forgot to input the Token name before the number edition, Looks like theres an option to correct that mistake but i cant seem to make it work. I need to update the json "NAME #101"
My guess is I have to change something here but
if (options.name) {
console.log(chalk.yellow(
Renaming token to ${options.name}
));item.name =
${options.name} #${item.edition}
;}
How do I input this with the new prefix name before running the util?
Beta Was this translation helpful? Give feedback.
All reactions