rainydevzz / splashpad.js

Lightweight Client framework for Oceanic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lightweight Client framework for Oceanic.

License:MIT License


Languages

Language:TypeScript 100.0%