Socket
Book a DemoInstallSign in
Socket

disceasy

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disceasy

Um pacote simples para produzir bots Discord sem complicação.

0.1.4-beta
latest
npmnpm
Version published
Weekly downloads
14
Maintainers
1
Weekly downloads
 
Created
Source

Disceasy, uma biblioteca simples para produzir bots Discord sem complicação.

NÃO OFICIAL, PODEM TER BUGS E INSTABILIDADES.

Como usar?

Exemplo de código básico:

    const Client = require('disceasy');
    const client = new Client({ prefix: '!', intents: 32767 });
    client.start('your-token-goes-here');
    client.registerCommand({ name: 'ping', description: 'ping', action: 'reply[message="Pong!"]' });

Ao digitar !ping em algum chat que seu bot tenha acesso, ele responderá Pong!, como indicado no código acima

Créditos:

Disceasy tem como base a biblioteca discord.js.

FAQs

Package last updated on 27 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.