Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azel

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azel - npm Package Compare versions

Comparing version 8.9.9 to 9.9.9

2

package.json
{
"name": "azel",
"version": "8.9.9",
"version": "9.9.9",
"description": "",

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

@@ -57,2 +57,11 @@ const { MessageEmbed } = require("discord.js")

async start() {
const slots = [this.emojiOne, this.emojiTwo, this.emojiThree]
const slotOne = slots[Math.floor(Math.random() * slots.length)];
const slotTwo = slots[Math.floor(Math.random() * slots.length)];
const slotThree = slots[Math.floor(Math.random() * slots.length)];
const embed = new MessageEmbed()

@@ -66,10 +75,2 @@ .setDescription(`**>** ${slotOne} | ${slotTwo} | ${slotThree} **<**\n${this.winMessage}`)

if(this.title && this.description) {
const slots = [this.emojiOne, this.emojiTwo, this.emojiThree]
const slotOne = slots[Math.floor(Math.random() * slots.length)];
const slotTwo = slots[Math.floor(Math.random() * slots.length)];
const slotThree = slots[Math.floor(Math.random() * slots.length)];
if(slotOne === slotTwo && slotOne === slotThree) {

@@ -91,5 +92,4 @@ this.message.channel.send(embed)

}
}
}
module.exports = slots;
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