-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a 'title' section for study sessions (#47)
The first line of a study session can be used as a title to be used in the 'upcoming study' message so that it doesn't get too cluttered with information. If there's no title supplied the message is still truncated to fit on a line or two ``` !study Do some reading 2021/07/12 23:00 1 hour We'll be reading some beginner Korean texts from example.com ``` Would result in the same study session message showing up on creation but when running `!upcoming study` it would show up like this: ``` User's study session Date Time (Length) Do some reading - Subscribe here ``` As opposed to ``` User's study session Date Time (Length) Do some reading 2021/07/12 23:00 1 hour We'll be reading some beginner Korean texts from example.com - Subscribe here ```
- Loading branch information
Showing
3 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters