1.0.8 • Published 4 years ago

revchatapi v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

RevChatAPI

An API made to interact with the revolt API

Quick Guide

const revchat require('revchatapi');
const Client = new revchat.Client('token');

Client.on('ready', () => {
  console.log(`${Client.username} logged in`);
})

Client.on('message', (message) => {
  Client.sendToChannel(message.channel.id, {content: `Hey ${message.author.username}`});
  message.reply({content: 'I think your cool'}, true);
  console.log(message);
})
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago