the egg behind the egg

This commit is contained in:
Alex 2020-05-18 13:06:35 -05:00
parent 793239ed36
commit 41d0ad4f58
2 changed files with 18 additions and 2 deletions

3
.npmrc
View File

@ -1,2 +1,3 @@
;setting up my registry
@technicolor-creamsicle:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=415f56140c8bd65b557e518c038b910fe11e3448
prefix=/usr

View File

@ -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//////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////