import { createClient } from 'jsr:@jersey/rvapi'; // or whatever works
const client = createClient({
token: '<insert token>',
});
client.bonfire.on('Message', console.log);
client.request('post', '/channels/{channel}/messages', { content: 'hello' });
-
Notifications
You must be signed in to change notification settings - Fork 0
A Typescript library for the Revolt API
License
williamhorning/rvapi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Typescript library for the Revolt API