https://github.com/foxfirecodes/embedz
A selfbot simply for making embeds
https://github.com/foxfirecodes/embedz
Last synced: 2 months ago
JSON representation
A selfbot simply for making embeds
- Host: GitHub
- URL: https://github.com/foxfirecodes/embedz
- Owner: foxfirecodes
- Created: 2018-01-03T22:24:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T01:27:40.000Z (over 2 years ago)
- Last Synced: 2025-01-01T14:07:11.492Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embedz
> A simple Discord bot requested by Sasuke#0196 that does nothing other than allow you to embed.

- [Options](#options)
- [Installation](#installation)
- [Usage](#usage)
## Options
**Note:** You can set defaults for all of these in `config.json`.
| Option | Type | Description |
| ------------ | ----- | -------------------------------- |
| `color` | Color | The color of the embed. |
| `title` | Text | The title of the embed. |
| `url` | URL | The URL of the embed. |
| `author` | Text | The name of the author. |
| `authorIcon` | URL | The icon of the author. |
| `footer` | Text | The footer text. |
| `footerIcon` | URL | The icon to use for the footer. |
| `image` | URL | The URL of the image to use. |
| `thumbnail` | URL | The URL of the thumbnail to use. |
## Installation
First, run the following commands:
```bash
git clone https://github.com/Rayzr522/embedz.git
cd embedz
yarn install
```
Then duplicate `config.json.example` and rename it to `config.json`, filling in all the required fields.
## Usage
```bash
cd path/to/embedz
yarn start
```