Coder Social home page Coder Social logo

gardeneer's Introduction

Gardeneer

automate the Grow a Tree discord bot.


usage

  1. Install Node.JS, NPM, & git.
  2. Clone the repository from git: git clone https://github.com/VillainsRule/Gardeneer && cd Gardeneer
  3. Install dependencies: npm i
  4. Configure the bot in config.js (see the configuration section for more information)
  5. Run the server: npm run start
  6. Enjoy!

configuration

const config =  {
    tokens: {
        'primaryToken': true, // The primary token. Should have a `true` as the value.
        'secondaryToken': false // Any secondary tokens. Should all have `false` as the value.
    },

    discord: {
        statuses: ['dnd'], // All statuses the bots can use.
        loginDelay: 500 // The delay for logging in between tokens.
    },

    delays: {
        buttonClick: [200, 700] // The delay for buttons to appear before clicking them.
    },

    logNotifications: true // Whether or not to log notifications to the console.
};

made with ❤️ by Death

gardeneer's People

Contributors

villainsrule avatar

Watchers

 avatar

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.