forked from Supositware/Haha-Yes
better like that
This commit is contained in:
parent
0f459bead5
commit
aa5ff9a69b
3 changed files with 3225 additions and 22 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
config.json
|
config.json
|
||||||
package-lock.json
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
node_modules\
|
node_modules\
|
||||||
|
@ -12,3 +11,4 @@ tag/*
|
||||||
starboard/*
|
starboard/*
|
||||||
tts.mp3
|
tts.mp3
|
||||||
ttsvc.mp3
|
ttsvc.mp3
|
||||||
|
package.json
|
||||||
|
|
3198
package-lock.json
generated
Normal file
3198
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
47
package.json
47
package.json
|
@ -1,32 +1,37 @@
|
||||||
{
|
{
|
||||||
"name": "hahayes",
|
"name": "discordbot",
|
||||||
"version": "2.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "A simple discord bot made with discord.js and commando",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"keywords": [],
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/uws": "^11.149.1",
|
|
||||||
"@google-cloud/text-to-speech": "^0.4.0",
|
|
||||||
"auto-reload": "^0.1.0",
|
"auto-reload": "^0.1.0",
|
||||||
"canvas": "^2.2.0",
|
"canvas": "^2.2.0",
|
||||||
"discord-akairo": "^7.5.5",
|
"discord-akairo": "^8.0.0-dev",
|
||||||
"discord.js": "^11.4.2",
|
"discord.js": "^12.0.0-dev",
|
||||||
|
"eslint": "^5.11.1",
|
||||||
|
"eslint-plugin-import": "^2.14.0",
|
||||||
|
"eslint-plugin-node": "^8.0.0",
|
||||||
|
"eslint-plugin-promise": "^4.0.1",
|
||||||
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
|
"eslint-config-standard": "^12.0.0",
|
||||||
"node-fetch": "^2.3.0",
|
"node-fetch": "^2.3.0",
|
||||||
"reload-json": "^0.3.1",
|
"reload-json": "^0.3.1",
|
||||||
"superagent": "^4.1.0",
|
"superagent": "^4.1.0",
|
||||||
"youtube-dl": "^1.12.2"
|
"youtube-dl": "^1.12.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {},
|
||||||
"eslint": "^5.11.1",
|
"scripts": {
|
||||||
"eslint-config-standard": "^12.0.0",
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
"eslint-plugin-import": "^2.14.0",
|
},
|
||||||
"eslint-plugin-node": "^8.0.0",
|
"repository": {
|
||||||
"eslint-plugin-promise": "^4.0.1",
|
"type": "git",
|
||||||
"eslint-plugin-standard": "^4.0.0"
|
"url": "git+https://gitlab.com/LoicBersier/DiscordBot.git"
|
||||||
}
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://gitlab.com/LoicBersier/DiscordBot/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://gitlab.com/LoicBersier/DiscordBot#readme"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue