From 2bded680112c74a5ca97e628c7f4d9fa69dbc280 Mon Sep 17 00:00:00 2001 From: DaddyBoard <48053193+DaddyBoard@users.noreply.github.com> Date: Sat, 21 Mar 2026 23:11:34 +0000 Subject: [PATCH 1/2] Add new guideline entry for CSS snippets --- docs/plugins/publishing/guidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/publishing/guidelines.md b/docs/plugins/publishing/guidelines.md index 9ce68d1..5000caf 100644 --- a/docs/plugins/publishing/guidelines.md +++ b/docs/plugins/publishing/guidelines.md @@ -16,6 +16,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that 1. Addons must not collect user data without opt-in consent. 1. Addons must not include explicit sexual material or other adult content. 1. Addons must have English language support. +1. Addons submitted as plugins must include JavaScript logic or interactivity; pure CSS snippets for element removal/hiding are not permitted. ## Scope From 08f378ffa690a438978dcf7f3da3074e5c153fcb Mon Sep 17 00:00:00 2001 From: DaddyBoard <48053193+DaddyBoard@users.noreply.github.com> Date: Sun, 22 Mar 2026 01:32:08 +0000 Subject: [PATCH 2/2] Update guidelines.md --- docs/plugins/publishing/guidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plugins/publishing/guidelines.md b/docs/plugins/publishing/guidelines.md index 5000caf..011184e 100644 --- a/docs/plugins/publishing/guidelines.md +++ b/docs/plugins/publishing/guidelines.md @@ -16,7 +16,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that 1. Addons must not collect user data without opt-in consent. 1. Addons must not include explicit sexual material or other adult content. 1. Addons must have English language support. -1. Addons submitted as plugins must include JavaScript logic or interactivity; pure CSS snippets for element removal/hiding are not permitted. + ## Scope @@ -28,6 +28,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that 1. Plugins must not modify the BetterDiscord UI. - This is to maintain a consistent UI/UX, prevent user confusion, and prevent errors. 1. Plugins must not touch or use BetterDiscord's files. +1. Addons submitted as plugins must include JavaScript logic or interactivity; pure CSS snippets for element removal/hiding are not permitted. ## Code