Getting Started Npm

Cybralist is a npm module prepared for the api of cybralist.com website.

Download Module

npm i cybralist.js

Define Module

const cybralist = require("cybralist.js");

const dbl = new cybralist("TOKEN-HERE", client);
//This token is not your bot token.
//You can get this token from https://cybralist.com when you submit a bot.

Last updated