feat: initalize discord bot

This commit is contained in:
GramingFoxTeam
2022-11-15 20:43:50 +03:00
parent 817fa92b58
commit bb4a5a77ee
6 changed files with 633 additions and 1 deletions

16
bots/discord/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Reis Can",
"license": "GPL-3.0-or-later",
"dependencies": {
"discord.js": "^14.6.0"
}
}