replace.js
v2.0.8
Published
A powerful library for interacting with the Replace API
Readme
Installation
Node.js 6.0.0 or newer is required.
Ignore any warnings about unmet peer dependencies, as they're all optional.
Example usage
const Client = require("./client");
const bot = new Client("REPLACE TOKEN");
const Discord = require("discord.js")
const bbot = new Discord.Client()
bbot.on("message", msg => bot.addMsg(msg))
bbot.login("DISCORD BOT TOKEN HERE")
