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

Don't reply to bot user messages + _0x17 Trip code#21

Open
0x17de wants to merge 2 commits intoM4GNV5:masterfrom
0x17de:master
Open

Don't reply to bot user messages + _0x17 Trip code#21
0x17de wants to merge 2 commits intoM4GNV5:masterfrom
0x17de:master

Conversation

@0x17de
Copy link

@0x17de 0x17de commented Oct 15, 2015

No description provided.

@kimrahlly
Copy link

Why !h doesn't work?

"Chaos": "V8We7p"
} No newline at end of file
"Chaos": "V8We7p",
"_0x17": "leAybC"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks outdated

{
if(err)
throw err;
if(err) throw err;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please dont reformat in feature PRs

var args = args.slice(1);

if(typeof this.commands[cmd] == 'function' && this.commands.hasOwnProperty(cmd))
if(this.commands[cmd] instanceof Function && this.commands.hasOwnProperty(cmd))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instanceof throws an exception when this.commands[cmd] is undefined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants