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