splashpad.js
TypeScript icon, indicating that this package has built-in type declarations

1.2.8 • Public • Published

splashpad.js

A lightweight command framework for Oceanic.

Quick Example

const { SplashpadClient } = require('splashpad.js');

const bot = new SplashpadClient({auth: "Bot TOKEN"});

bot.subscribe({
    name: 'ready',
    run: async () => { console.log('up and running!'); }  
});

bot.initialize();

More examples can be found in the examples folder.

Resources

NPM Package
Oceanic
Source
Discord Server

Readme

Keywords

none

Package Sidebar

Install

npm i splashpad.js

Weekly Downloads

1

Version

1.2.8

License

MIT

Unpacked Size

14.4 kB

Total Files

9

Last publish

Collaborators

  • rainyfem