Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xsaiian/midoriya-giveaway


https://github.com/xsaiian/midoriya-giveaway

discord discordjs giveaway giveawayjs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Midoriya

# 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 💕


Midoriya

* **Any Questions/Suggestions? Ask them in our Support Server**





* **Community 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.