discord-smart
v4.4.7
Published
The smaller yeah
Readme
Пишем в консоль:
$ npm init
$ npm i discord.js
$ npm i discord-smartСначала сделаем файл server.js:
const Discord = require("discord.js")
const client = new Discord.Client()
const dbd = require("discord-smart")
client.login("токен")Далее пишем в консоль:
$ node server.js