Socket
Socket
Sign inDemoInstall

discord-bot-creation

Package Overview
Dependencies
203
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.18 to 0.0.19

1

index.js

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

const db = require('quick.db')
require('./handlers/loadCommands.js')
var mongoDB;

@@ -11,0 +10,0 @@ var Client;

2

package.json
{
"name": "discord-bot-creation",
"version": "0.0.18",
"version": "0.0.19",
"description": "",

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

const bot = require('./index')
const token = 'ODYyMTYwNzEyNDAxOTQ0NTc3.YOUTvA.sVpyPT1lL4zphG7zR6V4_DVctZQ'
const token = 'SEU_TOKEN_AQUI'

@@ -9,3 +9,5 @@ let desc = `**Titulo:**\nDescrição`

bot.loadCommands('!')
bot.setWelcome('862387609464602634', '887114306133565511', 'embed', 'Apenas um teste') //embed ou message
let type = 'embed' // ou message
bot.setWelcome('ID_SERVIDOR', 'ID_CANAL', type, 'Messagem de boas vindas.') //embed ou message
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc