basic command handler (messageCreate fixme)

This commit is contained in:
2021-08-23 15:05:17 +02:00
parent 4f82c6efdd
commit 2b5d3fa0b6
7 changed files with 519 additions and 507 deletions

View File

@@ -1,23 +1,23 @@
{
"name": "discord-bot",
"version": "1.0.0",
"description": "gractwo-bot is a Discord bot written in JavaScript, using node.js and discord.js.\r It has been created for and only serves the Gractwo Discord server. It is hosted using Heroku.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gractwo/discord-bot.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Gractwo/discord-bot/issues"
},
"homepage": "https://github.com/Gractwo/discord-bot#readme",
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^10.0.0"
}
"name": "discord-bot",
"version": "1.0.0",
"description": "gractwo-bot is a Discord bot written in JavaScript, using node.js and discord.js.\r It has been created for and only serves the Gractwo Discord server. It is hosted using Heroku.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gractwo/discord-bot.git"
},
"author": "github.com/jakubmanczak",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Gractwo/discord-bot/issues"
},
"homepage": "https://github.com/Gractwo/discord-bot#readme",
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^10.0.0"
}
}