Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.11 KB

ONBOARDING.md

File metadata and controls

15 lines (12 loc) · 1.11 KB

Onboarding

No more emojis, I used to make them for end users while documentation style is stricter

You may visit this file in two cases:

  1. You want just check some interesting files and sources, but don't know how to discover the code (maybe you even don't familiar with gradle projects).
  2. You want to review in detail the code and maybe even contribute later.

Just show me the bot

  • Main - start file that collects env variables and does check after which bot shouldn't crash.
  • Prizebot - bot implementation.
  • Resources - directory contains all bot content, so you can find and edit there typos, provide localization (see Locale), etc.
  • Random - module responsible for secure random.

I want details

Good news for you, every module has its own documentation in README. If you feel lack of descriptions, please create an issue, and I would be glad to explain any moments.