diff --git a/index.js b/index.js index 33ea410..41b5668 100644 --- a/index.js +++ b/index.js @@ -621,6 +621,8 @@ function Multi(client, args) { } } +exports.Multi = Multi; + // take 2 arrays and return the union of their elements function set_union(seta, setb) { var obj = {};