deekchat_renachan/README.md

29 lines
848 B
Markdown
Raw Normal View History

2023-07-22 19:27:10 +00:00
# DeekChat's Rena Chan bot
Just some retarded image searching bot for deekchat.ml version TWOOO
https://deekchat.ml
## Features
1. Made in javascript. Wait, that's not a feature.
2. Has FIVE incredible commands
- `.img <search term>` (aliases: `.i`, `.im`)
- `.page <page>` (aliases: `.p`)
- `.prop` Check if the sun has exploded
- `.mumble <[optional]ip:port>` Ping mum
- `.mail <user> <message>` 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
4. Simple link embed thingy
5. Less buggy than deekchat, lolcatware stay winning
## Setup
```sh
sudo apt install nodejs npm
npm install node-fetch@v2 duckduckgo-images-api websocket form-data cheerio
node client.js # enjoy!!
```