From 3fda0d744dd74a1e9b6e456fcbf2cf0d4a38c835 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 22 Jul 2023 14:42:17 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3540bfe..3b1151d 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # DeekChat's Rena Chan bot -Just some retarded image searching bot for deekchat.ml version TWOOO +Just some retarded image searching bot for deekchat.ml version THREE!!!!!!!! + +This implements the brand new not buggy at all multi channel support thingy!!! Glory to the chinese government!!!!!11!! https://deekchat.ml @@ -11,18 +13,20 @@ https://deekchat.ml - `.page ` (aliases: `.p`) - `.prop` Check if the sun has exploded - `.mumble <[optional]ip:port>` Ping mum - - `.mail ` Mail offline people who will never come back - `.help` If you need help using your dilator - and `.ping`... for spamming purposes. -3. Command ratelimiting cause we can't have nice things +3. Command ratelimiting removed, now handled by dick chat!!!! 4. Simple link embed thingy 5. Less buggy than deekchat, lolcatware stay winning +This time around, I removed the shitty websocket library and I'm now using ws, which is like, faster or something I don't really know. + ## Setup ```sh sudo apt install nodejs npm -npm install node-fetch@v2 duckduckgo-images-api websocket form-data cheerio +sudo npm install -g nodemon +npm install node-fetch@v2 duckduckgo-images-api ws form-data cheerio he -node client.js # enjoy!! -``` +nodemon # enjoy!! +``` \ No newline at end of file