Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

JayyDoesDev/waifuslash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors