We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6968033 commit 7bcc17cCopy full SHA for 7bcc17c
2 files changed
app.js
@@ -367,7 +367,7 @@ function connectToDiscord() {
367
initPluginLoader();
368
369
// Load commandline args as env variables
370
-commander.version("1.0.1").usage("[options]")
+commander.version("1.0.2").usage("[options]")
371
.option("-e, --email <Picarto Channel>", "Set the bots Login Username.")
372
.option("-p, --password <Bot name>", "Set the bot's Login Password.")
373
.option("-t, --token <Token>", "Use an already existing token to login.")
package.json
@@ -39,5 +39,5 @@
39
"scripts": {
40
"test": "echo \"Error: no test specified\" && exit 1"
41
},
42
- "version": "1.0.1"
+ "version": "1.0.2"
43
}
0 commit comments