Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit accbfb4

Browse files
committed
parts not args
1 parent 36b841c commit accbfb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

master.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5082,7 +5082,7 @@ module.exports = function (bot) {
50825082

50835083
function parseArgs (args) {
50845084
var parts = args.parse(),
5085-
last = args.pop(), // todo: remove this, or add options
5085+
last = parts.pop(), // todo: remove this, or add options
50865086
ret = {};
50875087

50885088
// /juicebox usrid juicebox

0 commit comments

Comments
 (0)