Initial commit

This commit is contained in:
Lily Wonhalf 2021-05-02 20:00:36 -04:00
commit 8ae81f1cc6
24 changed files with 1425 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "simplypluralbot",
"version": "1.0.0",
"description": "Simply Plural bot for Discord",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lily Wonhalf <lilywonhalf@gmail.com>",
"license": "ISC",
"dependencies": {
"@lilywonhalf/pretty-logger": "^1.1.3",
"axios": "^0.21.1",
"discord.js": "^12.2.0"
}
}