From 071b9baef0e68a11e6a2bdffebbdcc835b6e2663 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 14 Jul 2022 20:43:11 -0700 Subject: [PATCH] Minor correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed54a00..c5eb084 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To begin posting: - Put some images in the rsc/ folder (organize by safe and nsfw posts). - 'safe' posts will be marked with `#yandere` - - 'nsfw' posts will be spoilered and marked as `#yandere #nsfw` + - 'nsfw' posts will be spoilered and marked as `#nsfw #lewd #yandere` - Make sure you are in the bot's root directory (the directory with `run.sh`) - Checksum all the files you added with the following command: - `find "./rsc" -type f -exec md5sum -b '{}' \; > "./md5/master_file.txt"`