discord-smart
v4.4.7
Published
The smaller yeah
Downloads
19
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