discordpps

0.5.2 • Public • Published



version downloads node.js version discord.js version discussions issues

Discord+PS is a combination of Discord.JS and Discord.PY made in Node.JS to solve most of the annoying parts of Discord.JS and possibly welcome Discord.PY users into Node.JS


THIS IS A VERY EARLY VERSION AND I WILL UPDATE IT OVER TIME

for a look at some examples check out the examples folder
for a full look at everything go check out the wiki pages





Installation

npm i discordpps

Setting Up

Discord.JS Client

Discord+PS is built off of Discord.JS so for it to work you need Discord.JS.

const { Client } = require('discord.js');
const client = new Client({
	// your stuff here
});

Discord+PS Client

once you have your Discord.JS client you can add in Discord+PS.
(prefix is optional)

const { PSClient } = require('discordpps');
const psc = new PSClient({
	client: client,
	prefix: "!" 
});

once you have your ps client set up and working you can run it using either of these:

client.login(token); // normal discord.js

psc.run(token); // optional alternative

Disclaimer

This mod is not associated with the creators of Discord, Discord.JS, or Discord.PY this was created out of love for Discord bot development because I wanted to make things easier for people. I do not condone harassment of the original developers and or anyone else involved in the creation of them.

I am not responsible for anything made with this mod and be sure to follow Discord's terms of service and their community guildlines while developing.

Package Sidebar

Install

npm i discordpps

Weekly Downloads

1

Version

0.5.2

License

none

Unpacked Size

110 kB

Total Files

21

Last publish

Collaborators

  • nuttmegg