Skip to content

rainydevzz/splashpad.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published