Initial Commit
Only really used for reaction roles at the moment.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "dndtools",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon ./src/index.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Alexander Harding <AlexHardingYT@gmail.com>",
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.14",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.26.4",
|
||||
"dotenv": "^17.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user