Skip to content

joshkmartinez/CuRe-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuRe Bot

Custom Response Bot

CuRe your FAQs with CuRe Bot!
CuRe Bot is a custom response bot for Discord designed with ease of use and simplicity in mind.

Prefix: ?

Commands:

  • ?help
  • ?create [your trigger here] - [your response here]
    • This command creates a trigger. Whenever a user sends a message containing the "trigger" string, the bot will respond with the "response" string.
  • ?list
    • Displays the server's trigger and response list.
  • ?remove [trigger index]
    • Deletes a trigger from the server. To get a trigger's index, use the ?list command.
  • ?ping

Here is CuRe Bot in action!
Example
This was done with the following trigger and response:
Trigger: "open a ticket"
Response: "You can open by running `-ticket open help`."
Bot command: ?create open a ticket - You can open by running `-ticket open help`.