A discord bot for the Nouvelle Aube Airsoft Association
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 

19 rader
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"
}
}