Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsaiian/midoriya-giveaway
https://github.com/xsaiian/midoriya-giveaway
discord discordjs giveaway giveawayjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xsaiian/midoriya-giveaway
- Owner: xSaIIaN
- License: mit
- Created: 2021-04-23T10:29:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T11:08:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T16:16:13.983Z (3 months ago)
- Topics: discord, discordjs, giveaway, giveawayjs
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Midoriya â¨
[![Run on Repl.it](https://repl.it/badge/github/Madnesssik/Midoriya-Logger)](https://repl.it/github/Beta-Devs/Midoriya-Logger)
[![](https://img.shields.io/badge/discord.js-v12.0.0--dev-blue.svg?logo=npm)](https://github.com/discordjs)
> A Discord Bot with a Giveaway System.Midoriya is a open source Discord bot coded in JavaScript with [Discord.js](https://discord.js.org) by [Madnesssik](https://github.com/Madnesssik).
## Categories đ
- [x] Helpful
- [x] Giveaway### Commands List đĢ
**Categories**:
* âī¸ **Helpful**: `help`
* đ **Giveaway**: `gcreate`, `gstart`, `gend`, `greroll`, `glist`, `gedit`, `gdelete `## Invite the Bot đ
* **Any Questions/Suggestions? Ask them in our Support Server**
## Bot Setup đ
* **Clone the Repo** by typing ``git clone https://github.com/Madnesssik/Midoriya-Giveaway`` or Download the .rar file by clicking **[Here](https://github.com/Madnesssik/Midoriya-Giveaway/archive/main.zip)*** Set up your **[config.json](https://github.com/Madnesssik/Midoriya-Giveaway/blob/main/config/config.json)** file with your respective information.
```
{
"token": "",
"owners": [""],
"PREFIX": "",
"color": "",
"botname": "Midoriya-Giveaway",
"cooldown": 5,
"giveawayRole": "Giveaways",
"everyoneMention": false,
"hostedBy": true,
"botsCanWin": false,
"embedColor": "",
"embedColorEnd": "",
"reaction": "đ",
"giveawayEmoji": "đ"
}
```
* Set up your **[emotes.json](https://github.com/Madnesssik/Midoriya-Giveaway/blob/main/config/emotes.json)** file with your Emoji IDS.
```
{
"yes": "",
"no": "",
"success": "",
"error": "",
"helpful": "",
"channels": "",
"giveaway": ""
}
```
* **Install** all the packages by typing **``npm i ``*** **Start** the bot by typing **``node index.js``**
## License Šī¸
Midoriya is licensed under the MIT license. See the file `LICENSE` for more information. If you plan to use any part of this source code in your own bot, I would be grateful if you would include some form of credit somewhere.