Signed-off-by: Ken Swenson <flat@esoteric.moe>
---
v2: Includes rewording of the about command
src/main.rs | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/src/main.rs b/src/main.rs
index 160e6f4..5c195fd 100644
--- a/src/main.rs+++ b/src/main.rs
@@ -32,21 +32,20 @@ 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.+const ABOUT: &str = "This is Lasagne Bot, created by Erk#2048.-It is, other than an comic bot, also a testing ground for the twilight discord lib.+Other than serving comics it serves as a testing ground for the Twilight Discord library.https://github.com/twilight-rs/twilight
-It is fully open source, the source is available at https://git.sr.ht/~erk/lasagna.";+Lasagna is fully open source and is available at https://git.sr.ht/~erk/lasagna.";mod comic;
mod syndicate;
--
2.26.2