new readme and dockerignore
This commit is contained in:
parent
0d1412844c
commit
5ee308dc05
@ -5,4 +5,6 @@ Dockerfile
|
|||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
scratch
|
scratch
|
||||||
config/example.default.json
|
config/example.default.json
|
||||||
config/default.json
|
config/default.json
|
||||||
|
LICENSE
|
||||||
|
README.md
|
16
README.md
16
README.md
@ -1,22 +1,16 @@
|
|||||||
# Fascinus (fa-see-nus)
|
# Mercury
|
||||||
|
|
||||||
cold hard bot for cold hard chats
|
RSS Parser for IRC
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
- $flood [AMOUNT] [TEXT] - Floods the channel with a specific line x amount of times
|
- m!set [OPTION] [VALUE] - Changes a bot setting, more info to be added here later.
|
||||||
- $ctcpflood [TARGET] [TEXT (one word)] [AMOUNT] - Sends x amount of CTCP requests to a target.
|
|
||||||
- $sneed - Pastes the Sneed's Feed and Seed copypasta.
|
|
||||||
- $rspam [LINES (def=100, max=100000)] - Spams x lines of random characters.
|
|
||||||
- $uspam [LINES (def=100, max=100000)] - Spams x lines of random unicode characters of varying length.
|
|
||||||
- $art [IMAGE URL (png/jpg)] - Creates IRC art using a source image.
|
|
||||||
- $godwords [AMOUNT (def=50, max=100000)] - Generate x amount of random words. Inspired by TempleOS.
|
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
1. Install Docker (required) and Docker Compose (optional, but strongly recommended)
|
1. Install Docker (required) and Docker Compose (optional, but strongly recommended)
|
||||||
2. Modify the info in the config block in `bot.js` to your taste.
|
2. Rename `config/example.default.json` to `config/default.json` and modify it accordingly.
|
||||||
3. Run `docker compose up` to begin. Append `-d` to start in the background and `--build` if you make any changes to any files
|
3. Run `docker compose up` to begin. Append `-d` to start in the background and `--build` if you make any changes to any files.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user