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

Get inspiration verses on game entering and more #1

Open
Kemsekov opened this issue Apr 26, 2023 · 1 comment
Open

Get inspiration verses on game entering and more #1

Kemsekov opened this issue Apr 26, 2023 · 1 comment

Comments

@Kemsekov
Copy link

Kemsekov commented Apr 26, 2023

Like in the chat when a user only entered the game

  1. User enter game and for him on this particular day server offers a Bible verse.
  2. Bible verses changes each day
  3. If there is a lot of things in the chat, I offer maybe for around 30 seconds after user entered the game to freeze all other messages, so the verse can be visible and readed.
    This awaiting time could be changed from /devoteme chatBlockTime $TIME_IN_SECONDS
  4. Also it should be possible to see again that bible verse, like /devoteme dailyVerse
    Which will print same verse in chat.
  5. Verses should be taken from devote me api.
  6. Users states (about verses) should be stored in database along with time stamp.
@benrobson
Copy link
Member

Like in the chat when a user only entered the game

  1. User enter game and for him on this particular day server offers a Bible verse.
  2. Bible verses changes each day
  3. If there is a lot of things in the chat, I offer maybe for around 30 seconds after user entered the game to freeze all other messages, so the verse can be visible and readed.
    This awaiting time could be changed from /devoteme chatBlockTime $TIME_IN_SECONDS
  4. Also it should be possible to see again that bible verse, like /devoteme dailyVerse
    Which will print same verse in chat.
  5. Verses should be taken from devote me api.
  6. Users states (about verses) should be stored in database along with time stamp.
  1. Module will pull the VOTD for the API instance via https://github.com/ModularSoftAU/DevoteMe-API/blob/main/routes/index.js#L40 using https://github.com/ModularSoftAU/Requests
  2. I like this idea, it might be better to have it configurable via the config.yml
  3. Yes for sure, and make the send of the VOTD a function so you only have to call it instead of writing it twice.
  4. 👍
  5. You could use a database but since this isn't a full blown module, we could do a YML file with each UUID and the timestamp to make it easier and less reliant on external databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants