Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebarbaruiva authored Jun 7, 2019
1 parent bfb5395 commit dee28ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ And run the bot script
```commandline
python dailybot.py
```

## Changing default messages

All message templates currently reside on `msg` folder, by editing those markdown files you're editing what the bot is saying.

Brief overview of the files:
- `start.md` - Template for start message command
- `daily.md` - Template for daily message
- `example.md` - Template for an example of a proper daily message
- `error.md` - Template for error message when bot wasn't properly configured

0 comments on commit dee28ca

Please sign in to comment.