Skip to content

A simple discord chat bot with an easy to use configuration. Written using discord.js

License

Notifications You must be signed in to change notification settings

Nyxalis/smart-support-bot

 
 

Repository files navigation

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

About

A simple discord chat bot with an easy to use configuration. Written using discord.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%