commit 3307ed173f8eb5f25d28a68d7d8feb480e337772 Author: drjones Date: Wed May 20 10:03:37 2026 -0700 chore: import local project into Gitea diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81d430d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# OS / tooling +.DS_Store +Thumbs.db + +# Editors +.cursor/ + +# Secrets +.env +.env.* +!.env.example +!.env.template + +# Python +__pycache__/ +*.py[cod] +.venv/ +venv/ + +# Node / frontend +node_modules/ +dist/ + +# Typical embedded / tooling noise +*.log + +# Builds (adjust per subtree if needed) +**/build/.ninja_deps +**/build/.ninja_log + diff --git a/GANG-Nuker b/GANG-Nuker new file mode 160000 index 0000000..aea2245 --- /dev/null +++ b/GANG-Nuker @@ -0,0 +1 @@ +Subproject commit aea2245e56d3d296dc0ba43060edfd47e2897579 diff --git a/GoDm b/GoDm new file mode 160000 index 0000000..1d67fb2 --- /dev/null +++ b/GoDm @@ -0,0 +1 @@ +Subproject commit 1d67fb2c996656eaf3491100641188ebaaabd440 diff --git a/README.md b/README.md new file mode 100644 index 0000000..4199a90 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Discored tooling collection + +Bundles third-party Discord-related utilities (**`GANG-Nuker/`**, **`GoDm/`**, **`ZeroDiscord/`**). + +Treat every payload as aggressive automation that can violate Discord ToS / law unless you operate only test accounts owned by you and follow platform policy. + +Prefer isolating secrets (tokens) via env files excluded from `.git`/`.cursor` artifacts — never publish live credentials. + +## Usage + +Consult each child repository’s readme for prerequisites (Node/Python/Go) before running binaries or scripts. diff --git a/ZeroDiscord b/ZeroDiscord new file mode 160000 index 0000000..d472dbd --- /dev/null +++ b/ZeroDiscord @@ -0,0 +1 @@ +Subproject commit d472dbd123f579a8c9bc341322a0167dd396f2ab