chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:03:37 -07:00
commit 3307ed173f
5 changed files with 44 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -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

1
GANG-Nuker Submodule

Submodule GANG-Nuker added at aea2245e56

1
GoDm Submodule

Submodule GoDm added at 1d67fb2c99

11
README.md Normal file
View File

@@ -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 repositorys readme for prerequisites (Node/Python/Go) before running binaries or scripts.

1
ZeroDiscord Submodule

Submodule ZeroDiscord added at d472dbd123