From a711a2d7df3c90bf00e751b65ceb332f473ffe1c Mon Sep 17 00:00:00 2001 From: Elnu <9874955+ElnuDev@users.noreply.github.com> Date: Mon, 14 Feb 2022 21:19:51 -0800 Subject: [PATCH] Add ji-chan.png to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54888c7..c938768 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ # ()ちゃん + + +
+ ()ちゃん is the Discord bot for the Tegaki Tuesday handwriting challenge. For more information on the challenge, please visit the [website](https://tegakituesday.com). She is written in Rust using the [serenity](https://github.com/serenity-rs/serenity) crate, and the overall structure of the codebase is based on [official example 6](https://github.com/serenity-rs/serenity/tree/current/examples/e06_sample_bot_structure). If you want to make a Discord bot using serenity, please refer to the official examples rather than this repository because I probably don't know what I'm doing.