This website requires JavaScript.
Explore
Help
Sign In
Mathias
/
AutoResponder-Integration
Archived
Watch
1
Star
0
Fork
0
You've already forked AutoResponder-Integration
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
This repository has been archived on
2025-03-19
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
37b4000da35cf101354dd2bdf3ebd1ed1ff77ceb
AutoResponder-Integration
/
src
/
main
/
java
/
de
/
gnmyt
/
autoresponder
/
handler
History
mathias
f754b87b73
Created the RandomErrorHandler to send randomized error messages from a list to the author if the message could not be found
2021-10-02 17:41:50 +02:00
..
DialogflowHandler.java
Created the DialogflowHandler. Useful to redirect not found messages to dialogflow
2021-10-02 17:24:21 +02:00
NotFoundHandler.java
Created the NotFoundHandler to handle messages that could not be replied (for example not finished listeners)
2021-10-02 17:22:12 +02:00
RandomErrorHandler.java
Created the RandomErrorHandler to send randomized error messages from a list to the author if the message could not be found
2021-10-02 17:41:50 +02:00
SendErrorHandler.java
Created the SendErrorHandler. Useful to send custom error messages to the user whenever the message could not be found
2021-10-02 17:27:11 +02:00
SendNothingHandler.java
Created the SendNothingHandler. It sends no message if the message could not be found
2021-10-02 17:27:50 +02:00