Skip to content

Commit

Permalink
Change bot's debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
benchambule committed Jul 28, 2024
1 parent 88475df commit 54e82a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/interceptor_jump.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let enq = new Bot(
entrypoint: 'name',
keyword: "@enq",
description: "This is an enquiry bot",
debug: true
debug: false
}
);

Expand Down

0 comments on commit 54e82a4

Please sign in to comment.