1.2.8 • Published 1 year ago

splashpad.js v1.2.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago