New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

des-games

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

des-games

A powerful game addon for Discord Economy Super

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

des-games


Support server NPM version NPM downloads

Welcome

Welcome! This 'des-games' module!
This is a powerful game addon for Discord Economy Super.

Installation

Please note: Node.js 14.0.0 or newer is required.
All types in brackets mean the type of what the method or event returns.

Install des-games

$ npm install des-games

Features

  • Simple & easy to use 👍
  • Beginner friendly 😄
  • Module base support 📃

Module Managers

  • 'UtilsManager' - Manager that enables module Utils.

Module Constructor Options

  • 'options.fishConfig.cooldown' - Property responsible for the amount of time between games.

  • 'options.fishConfig.maxAmount' - Property responsible for the maximum amount of rewards for the game.

  • 'options.huntConfig.cooldown' - Property responsible for the amount of time between games.

  • 'options.huntConfig.maxAmount' - Property responsible for the maximum amount of rewards for the game.

Quick Initialization Example

const Discord = require('discord.js');

const client = new Discord.Client();
const Economy = require('discord-economy-super');
const eco = new Economy();
const EconomyGames = require('des-games');
const games = new EconomyGames(eco);

client.on('ready', () => {
  console.log('Bot started!');
})

client.login('YOUR_BOT_TOKEN_HERE');

Examples

Click here to see JavaScript examples.

Thanks for using DES Games ♥

FAQs

Package last updated on 13 Aug 2021

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

  • 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