Git Product home page Git Product logo

smart-support-bot's Introduction

Automated support bot

A simple discord chatbot with an easy-to-use configuration. Written using discord.js

reads text from:

  • text
  • urls
  • images

using regex you can easily determine the best matches and respond accordingly

Examples

Example using image
Discord_gJiwXFIPkr

Example using url
Discord_CUr0VvM8Rf

Example response config

responses : [
    {
        key : /^(?=.*hello)(?=.*world).*$/mgi, //match any string that includes both the words: hello and world
        content : `Hello World!` //respond with Hello World!
    }
 ]

Requirements

Node version ^16
Npm

Usage

Rename the config.example.js to config.js and configure the options to your needs and add as many responses as you like ;)

install packages npm install
start the bot npm start

Donating

Are you enjoying the smart-support-bot? Feeling generous? Well, help me purchase pizza to continue working on the bot an without empty stomach!

Your donations go a long way in helping me develop this bot, but please don't feel obligated to.

Ko-fi link: https://ko-fi.com/avmg20 Please notify me when you've donated so I can respond quicker :) AVMG#1234

smart-support-bot's People

Contributors

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