0.0.4 • Published 6 years ago

replace.js-dev v0.0.4

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
6 years ago

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")
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago