Skip to content

A simple and easily-customizable help / Q&A assistance bot for Discord servers

Notifications You must be signed in to change notification settings

cervinakuy/Simon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon - Discord Q&A Help Bot Template

Tired of answering the same questions over and over? As the owner of a large customer support discord server, I was too. Simon is a simple Discord bot template written in Python to help assist yourself, moderators, and users!

In my own experience, successful configuration of Simon resulted in a 87% drop in daily message count in public channels, with most users receiving immediate help via Simon's help in DM as soon as they joined.

Features

  • Automatically sends responses to common questions in specific channels (or DM)
  • DM Welcome join message
  • Custom activity status ("Playing DM me your questions!")
  • Require user text attachments to use paste websites
    (To protect users from potentially malicious content)

Simon in Action

Answering common queries / questions

DM welcome message upon join

Custom activity status

Usage

Automatically answer common queries / questions

# add_query(hot_words, minimum_hot_words_count, automated_response]
#   hot_words (list): a list of words to detect for, order does not matter
#   minimum_hot_words_count (int): a minimum number of hot words in a message needed
#                            for a specific automated response
#   automated_response (str): The automated response to send from the bot
query_manager.add_query(["readme", "github"], 2, "Simon's README can be found at https://github.com")

About

A simple and easily-customizable help / Q&A assistance bot for Discord servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages