Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin-updatable Welcome Message #40

Open
Tobio89 opened this issue Mar 31, 2024 · 0 comments
Open

Admin-updatable Welcome Message #40

Tobio89 opened this issue Mar 31, 2024 · 0 comments
Assignees

Comments

@Tobio89
Copy link
Owner

Tobio89 commented Mar 31, 2024

I want to add a feature where admin can edit the welcome message for the bot.
The bot should read the welcome message from the DB before posting it.

The admin will post the welcome message as a regular message, and copy that message's ID.
The command takes the message's ID and the bot will find the message, copy the content, and save it to the DB.
It needs to maintain the markdown structure.

The bot should store the time the welcome message was updated.
Rather than loading the message from DB each time, it can check the updated time, and then reload the message only if it's been changed.

We will probably need a command to test the welcome message, so that we can make sure it's correct.

@Tobio89 Tobio89 converted this from a draft issue Mar 31, 2024
@devldm devldm self-assigned this Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants