mille5a9 / discord-py-waambot

A Docker-compatible Python Discord Bot with mongodb integration
MIT License
0 stars 0 forks source link

auto reply message setting #3

Closed mille5a9 closed 2 years ago

mille5a9 commented 2 years ago

WaamBot should be able to set OOO messages for users upon request. Tags of the user in any channel on the server should trigger an OOO message as a response. Users can set their OOO message and clear it via commands.

mille5a9 commented 2 years ago

Updating this with some new language. This is best served as an "auto reply" feature rather than the office-contextualized OOO. New implementation should be able to set an autoreply string for the user that calls the command, and should take an optional date for the auto reply to end. The command could check for the date at the beginning and if it is in the past, remove the string from the database.