Update wiki/discord-bot-ban.md
7a9d8e525303 harrisonqian 2026-04-12 1 file
index 8c0b91e..b84d399 100644
@@ -10,14 +10,8 @@ built discord-friender (automated friend requests) as part of discord-lattice (a
## why it's a gotcha
-platform automation is seductive. you see an API (or a pattern you can automate), you build something cool, and it works. until the platform detects it and nukes your account. Discord, Instagram, LinkedIn — they all have detection systems for automated behavior, and the penalties are real. recovering a banned account is painful and not guaranteed.
+platform automation is seductive. you see an API (or a pattern you can automate), you build something cool, and it works. until the platform detects it and nukes your account. Discord, Instagram, LinkedIn — they all have detection systems for automated behavior, and the penalties are real. recovering a banned account is painful and not guaranteed. same energy as [[hardcoding-secrets-in-code|hardcoding secrets]] — moving fast without reading the rules.
## the fix
-read the ToS, especially for platforms that actively detect automation. if the ToS says "no automated friend requests," they mean it, and they have systems to enforce it. if you want to build on a platform, use their official API within their rate limits. if the official API doesn't support what you want to do, that's a signal — not a challenge to work around.
-
-## see also
-
-- [[stay-on-admins-good-side]] — platform rules are admin rules
-- [[hardcoding-secrets-in-code]] — another "move fast, break things, lose your account" moment
-- [[esp32-debugging-saga]] — both involve assumptions about how systems work
\ No newline at end of file
+read the ToS, especially for platforms that actively detect automation. if the ToS says "no automated friend requests," they mean it, and they have systems to enforce it. if you want to build on a platform, use their official API within their rate limits. if the official API doesn't support what you want to do, that's a signal — not a challenge to work around. platform rules are admin rules, and [[stay-on-admins-good-side|staying on the admin's good side]] applies to digital platforms as much as school offices.
\ No newline at end of file