From b6de3a8603cb33ed7588e125926055bb9b0d1665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20M=C3=B6nnich?= Date: Mon, 1 Mar 2021 09:47:31 +0100 Subject: [PATCH] Add a simple reset function --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 3211c78..c94d8d9 100644 --- a/index.js +++ b/index.js @@ -51,3 +51,6 @@ module.exports.refresh = function() {} module.exports.help = function() { help(); } +module.exports.reset = function() { + panini = undefined; +};