From 6c50259842eecb43c04c2776b324cfb378c55581 Mon Sep 17 00:00:00 2001 From: Electwix Date: Tue, 28 Dec 2021 15:52:16 +0200 Subject: [PATCH] Create README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56b6c74 --- /dev/null +++ b/README.md @@ -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)