diff --git a/.npmrc b/.npmrc index 41b1a7b..8b449bb 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ -;setting up my registry @technicolor-creamsicle:registry=https://npm.pkg.github.com/ +//npm.pkg.github.com/:_authToken=415f56140c8bd65b557e518c038b910fe11e3448 +prefix=/usr diff --git a/src/index.js b/src/index.js index ec73a65..e36317e 100755 --- a/src/index.js +++ b/src/index.js @@ -129,8 +129,23 @@ client.on("message", async message => { } else { return message.channel.send("Im sorry but we cant have nice things...") + }; }; -}; +//////////////////////////////////////////////////////////////////////////////// + if (command === "version") { + return message.channel.send("``` ________________________________________\n \ +< @technicolor-creamsicle/osselbot@2.0.4 >\n \ + ----------------------------------------\n \ + \\ ^__^\n \ + \\ (oo)\\_______\n \ + (__)\\ )\\/\\\n \ + ||----w |\n \ + || ||\n \ +```") + } + + + //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////DEFCON////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////