Coder Social home page Coder Social logo

echelon's Introduction

Echelon

A modular Node.js Discord bot powered by Discord.js and MongoDB.

With a focus on expandability, Echelon was engineered to streamline the process of adding new commands and information.

Features

Echelon comes equipped with some helpful features out-of-the-box.

Custom Profanity Filter

Within the banned-words.json file, there are two arrays—one named banned and the other special. The banned array will contain a list of plaintext words that are to be blocked. Any premade regex expressions will go into the special array.

Here is an example:

{
    "banned": ["apple", "banana", "orange"],
    "special": ["\\by+\\s*o+\\b", "\\bh+\\s*i+\\b"]
}
The following words will trigger this configuration:

bapple app pple bannnana b a n a n a oorangege yoo hhi

The following words will not trigger the configuration:

b a n n n a n a byoo hiya yoop

Fun and Handy Commands

Find out more about the commands!

Command Prefix

The default command prefix for Echelon is !, but can be easily changed in the config.json file.

MongoDB Support

By linking Echelon to a MongoDB database, Echelon will collect simple information about the users in each server, including the number of commands used and the amount of bad words typed. A different database is used for each server, making user data independent.

If no MongoDB database is linked, the bot will still work, but some commands will be disabled, as they rely on the database.

echelon's People

Contributors

dependabot[bot] avatar waymondrang avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

loxtyhz

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.