Code Monkey home page Code Monkey logo

colorful's Introduction

colorful

let your discord server be colorful.

includes:

  • automatic detection of color roles
  • silent use when the bot doesn't have permission to talk
  • color detection from user profile picture
  • color restriction to certain roles

requires node and npm. to use locally, put all the files in a folder, use npm install, change the options on config.json as you prefer, create a file named .env, copy the contents on env and add your bot token after TOKEN=. then use node server.js to make your bot online.

to add role restriction, write like this in the config.json:

"colorDetect": {
    "default": {
      "startswith": [
        "Cor ",
        "Color "
      ],
      "endswith": [],
      "contains": []
    },
    "my special role name": {
        "startswith": [
          "Special Color "
        ]
        "endswith": [],
        "contains": []
    }
  }

then, the role named my special role name will include the colors with name starting with Special Color . don't repeat color detection methods from default roles. if you don't want role restriction, leave it as in the example config.json.

host for free remixing on glitch

remix this

add the default version of the bot to your guild clicking here

better README coming soon.

colorful's People

Contributors

dependabot[bot] avatar smixqse avatar

Watchers

 avatar  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.