Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 661 Bytes

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