diff --git a/index.js b/index.js index 1038efa..d6c6e1e 100644 --- a/index.js +++ b/index.js @@ -25,6 +25,8 @@ const client = new Commando.Client({ } }); +global.client = client; + client.on("commandError", (c, e) => { console.error(e); });