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

Customizable up/down toot messages #3

Closed
2 tasks
philipbrembeck opened this issue Feb 25, 2023 · 0 comments
Closed
2 tasks

Customizable up/down toot messages #3

philipbrembeck opened this issue Feb 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@philipbrembeck
Copy link
Contributor

Proposed changes

The messages for down_msg and up_msg should customizable via the .env file.

Steps

  • Create fields down_msg & up_msg in .env
  • Add them to the code:
    status: `#${process.env.HASHTAG} ${process.env.UP_MSG}`,
    status: `#${process.env.HASHTAG} ${process.env.DOWN_MSG}`,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant