-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ElecTwix/discord-nuke-rem…
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
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,33 @@ | ||
# Discord Nuke Remaster | ||
|
||
Hello people, long time ago I was working on some discord nuke project it was mess | ||
it is not working properly and so much people reaching me for not working so I made another for security checking purposes. | ||
|
||
## Usage | ||
|
||
**(optional)** if you want build from source do it and run it once it will create json file **automatically**. | ||
|
||
1. Get in config.json put bot token to token variable. | ||
- ``` "bot-token" : "token-here", ``` | ||
|
||
- ( If you want you can change prefix or leave it with default. ) | ||
|
||
|
||
2. Run the Bot | ||
|
||
3. Send Nuke Message to any channel. | ||
|
||
4. Enjoy. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## dependencies | ||
* [DPP](https://github.com/brainboxdotcc/DPP) | ||
* [jsonCPP](https://github.com/open-source-parsers/jsoncpp) | ||
* [cpp-httplib](https://github.com/yhirose/cpp-httplib) | ||
* [fmt::format](https://github.com/fmt/format) |