From 0c3168627ffad362e36e7626b6107f748c103188 Mon Sep 17 00:00:00 2001 From: SeungJu Lim Date: Sat, 23 Mar 2024 12:17:21 +0000 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d7f78..b21a7f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ -# discord_allnight +# Caffeine Bot +Caffeine Bot enhances Discord server interactions and management, offering essential features in a user-friendly package. + +## Features + +- **Ping Command**: Checks bot latency with a simple `ping` -> `Pong!` response. +- **Censoring Specific Words**: Maintains a respectful environment by censoring predefined words. +- **URL Embeds**: Generates rich previews for shared links, currently supporting `dcinside.com`. + +## Setup + +1. **Prerequisites**: Install Node.js. +2. **Installation**: Clone the repository and run `npm install`. +3. **Configuration**: Create a `.env` file at the root with your `TOKEN` and `CLI_ID`. +4. **Launch**: Execute `node app.js` to start the bot. + +Additionally, we are using **Docker** to host our bots. + +## Adding to Your Server + +Create and invite the bot through the Discord Developer Portal, using the OAuth2 URL with appropriate permissions. + +## Usage + +Caffeine Bot automatically processes commands and messages upon joining a server. No additional configuration needed. + +## Contribute + +Suggestions and contributions are welcome via pull requests or issues. + +## Contact + +For inquiries or support, reach out to seungju.dev@gmail.com. + +## License + +Distributed under the MIT License.