Code Monkey home page Code Monkey logo

discord-ts-economy's Introduction

Discord TS Economy

 * ! ----------------------------- Lewd Labs ---------------------------------
 *  Thanks for checking our this package! Please read the information below...
 * ? ------------------------ Discord TS Economy ---------------------------

GitHub issues GitHub pull requests GitHub Repo stars npm npm

Highlights

  • ๐Ÿƒ Power by MongoDB.
  • ๐ŸŒ€ Build with typescript.
  • โšก Caching for quick load times.
  • ๐Ÿค– Made for Discord.js first.

Installation

Version 16.6.0 or newer of Node.js is required

yarn add discord-ts-economy
npm install discord-ts-economy
pnpm add discord-ts-economy

Basic Demo

import { Economy, CurrencyHandler } from "discord-ts-economy";

const eco = new Economy();

// connect our database
eco.connect("mongodb connection string");

const currencyHandler = new CurrencyHandler();

// Fetches all the documents from our database (if the exist) and saves them to our cache.
currencyHandler.init();

// adds a value of 100 through 500 to a users wallet with a 10 percent fail chance.
currencyHandler.work("some_user_id", 100, 500, 10);

Click the image below for a video style introduction. Demo Video Screenshot Link

Built with

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Helpful links

discord-ts-economy's People

Contributors

thatguyjamal avatar

Stargazers

 avatar  avatar  avatar

Forkers

jeffreyz1129

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.