add basic init code for canary

This commit is contained in:
2021-08-21 18:56:13 +02:00
parent 97804ca4ac
commit 4f82c6efdd
4 changed files with 516 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +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"
}
}