A discord bot for the Nouvelle Aube Airsoft Association
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 

19 行
391 B

{
"name": "nvassistant",
"version": "1.0.0",
"description": "An assistant bot for Discord for the NvA",
"main": "index.js",
"scripts": {
"launch": "node index.js"
},
"keywords": [
"discord"
],
"author": "Ludovic 'Archivist' Lagouardette",
"license": "MIT",
"dependencies": {
"discord.js": "^12.5.3",
"sequelize": "^6.6.5",
"sqlite3": "^5.0.2"
}
}