~erk/inbox

fix: Change wording of help to sound more natural v1 SUPERSEDED

Ken Swenson: 1
 fix: Change wording of help to sound more natural

 1 files changed, 7 insertions(+), 7 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~erk/inbox/patches/10644/mbox | git am -3
Learn more about email & git

[PATCH] fix: Change wording of help to sound more natural Export this patch

Signed-off-by: Ken Swenson <flat@esoteric.moe>
---
 src/main.rs | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index 160e6f4..df86dd5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,14 +32,14 @@ use reqwest::Client as ReqwestClient;
const OWNER: UserId = UserId(77_469_400_222_932_992);

const HELP: &str = "This is the **Lasagne Bot**
The bot have the following commands:
- `=today` Get the comic from today (Indiana time).
- `=date 2020-02-28` Get a comic from a specific date.
- `=random` Get a random comic.
- `=theme monday` Get a comic about a specific topic.
The bot has the following commands:
- `=today` Gets today's comic (Indiana time).
- `=date 2020-02-28` Gets a comic from a specific date.
- `=random` Gets a random comic.
- `=theme monday` Gets a comic about a specific topic.
- `=help` this menu.
- `=yesterday` Get the comic of yesterday.
- `=about` Get information about the bot.";
- `=yesterday` Gets yesterday's comic.
- `=about` Gets information about the bot.";

const ABOUT: &str = "This is the Lasagne Bot,
It is created by Erk#2048.
-- 
2.26.2