mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
Initial commit
This commit is contained in:
commit
8ae81f1cc6
24 changed files with 1425 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue