-
Notifications
You must be signed in to change notification settings - Fork 4
setClient
JustCarry edited this page Apr 30, 2018
·
2 revisions
- To define client to the package.
( client ) client: Client
The client.
const Discord = require('discord.js');
const jc = require('jc-codes');
const client = new Discord.Client();
jc.setClient( client ) // Put client
client.login('token');
Please read here before use