forked from Dreamyplayer/DANG
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
363efdf
commit 030acc6
Showing
8 changed files
with
168 additions
and
198 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ yarn-error.log* | |
# test | ||
test.js | ||
|
||
# yarn | ||
yarn.lock | ||
|
||
# Runtime data | ||
pids | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<h1 align="center"> | ||
<a href="https://dreamyplayer.gitbook.io/dreamy-db/"> | ||
<img src="https://cdn.discordapp.com/attachments/851533693657808926/856106084787290132/p1_2959756_03e1f525_prev_ui.png" alt="dreamy-db"/> | ||
</a><h1> | ||
|
||
<h2 align="center"><u>Discord Nitro Generator and Checker | ||
</u><h2> | ||
|
||
<p align='center'> | ||
<a href="https://discord.gg/CNAJfbs5dn"><img src="https://img.shields.io/discord/849280500421492736?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a> | ||
</p> | ||
|
||
<a title='Dreamy - Imagine a Database' href="https://discord.gg/CNAJfbs5dn"><center>Join Our Discord<img src="https://image.flaticon.com/icons/png/512/3845/3845880.png" | ||
width="25" | ||
height="25" | ||
style="position:absolute;left: 238px;top:577px;"></center></a> | ||
|
||
## Prerequisites | ||
|
||
- Download & Install [**Node.js**](https://nodejs.org/en/ 'nodejs') | ||
- Download & Install [**Git**](https://git-scm.com/) | ||
- Run `node -v` & `npm -v` in terminal | ||
- Run These commands in terminal just Make node.js Installed and PATH added | ||
|
||
## Installation | ||
|
||
```bash | ||
git clone | ||
``` | ||
|
||
## Usage | ||
|
||
- Create a Webhook and Copy your `WEBHOOK_URL` ([**Read article**](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)) | ||
|
||
- Open `src/app.js` file (`src` folder) | ||
|
||
```diff | ||
- const WEBHOOK_URL = undefined; | ||
+ const WEBHOOK_URL = 'PLACE YOUR WEBHOOK URL HERE'; | ||
``` | ||
|
||
at Line: `24` in `src/app.js` | ||
|
||
- Open Project Folder (`./Discord-nitro/`) | ||
- Open `Terminal` (in same folder) | ||
- Run `npm install` in terminal (and wait for installs to complete) | ||
- Run `node .` in terminal (to Start Discord Nitro Script) | ||
|
||
--- | ||
<strong><center>© 2021 [♔ Dяεαмү アlαүεя ♔](https://github.com/Dreamyplayer "Dreamy Player") ✌️</center></strong> | ||
|
||
`https://github.com/Dreamyplayer/Discord-Nitro-Generator-and-Checker.git` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.