Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
/ waifuslash Public archive

Waifu slash is a discord slash command library made for Discord!

License

Notifications You must be signed in to change notification settings

JayyDoesDev/waifuslash

Repository files navigation

PLEASE USE https://github.com/antibot-team/interactions AS ITS A MAINTAINED FORK

power

waifuslash

Waifu slash is a discord slash command library made for Discord! :3

npm i waifuslash

yarn add waifuslash

Usage

const { WaifuSlash, Command } = require('waifuslash');
const waifu = new WaifuSlash({
    publicKey: "key",
    botID: "Bot ID",
    botToken: "Bot Token"
});

const pingCommand = new Command()
.setName("ping")
.setDescription("Pong!")
.setOptions([]);

async function main() {
    const pushCommand = await waifu.createGlobalCommand(pingCommand);
}

main();

All rights reserved to the owners for the "Power" character

About

Waifu slash is a discord slash command library made for Discord!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published