Socket
Socket
Sign inDemoInstall

discord-bot-creation

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-bot-creation - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

6

index.js

@@ -19,3 +19,3 @@ const mongoose = require('mongoose');

static async createCommand(name, description, mode) {
static async createCommand(name, description, mode, response) {
if(!name) return console.log('Você não para um nome para seu comando!')

@@ -33,3 +33,3 @@ if(!description) return console.log('Você não definiu a descrição do comando!')

type: mode,
response: `Este é um comando template!`
response: response
})

@@ -46,3 +46,3 @@

return console.log('ok')
return console.log('em breve')
}

@@ -49,0 +49,0 @@

{
"name": "discord-bot-creation",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc