MenuDocs / Pyro

A Python Discord Bot
Apache License 2.0
25 stars 6 forks source link

Implementation of features for Javascript developers #59

Open Strandxo opened 2 years ago

Strandxo commented 2 years ago

Providing a tool set for javascript developers to use for assisting in development channels.

Discord.js Command (reference & api) https://github.com/MenuDocs/Mandroc/blob/master/src/core/commands/docs/DJSCommand.ts https://djsdocs.sorta.moe/v2/embed

MDN Command (reference & api) https://github.com/MenuDocs/Mandroc/blob/master/src/core/commands/docs/MDNCommand.ts https://developer.mozilla.org/en-US/docs

NPM Command (reference & api) https://github.com/MenuDocs/Mandroc/blob/master/src/core/commands/docs/NPMCommand.ts https://registry.npmjs.org/

Github Command (reference & api) https://github.com/MenuDocs/Mandroc/blob/master/src/core/commands/docs/GitHubCommand.ts https://api.github.com/users/

anishshobithps commented 2 years ago

Addition : Node Command (reference & api) https://github.com/discordjs/discord-utils-bot/blob/main/src/functions/node.ts

If the title was generic it would have been better.