Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/plugins/publishing/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that
1. Addons must have English language support.



Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s an extra blank line before the “## Scope” header (three consecutive blank lines after the last General Guidelines item). Consider removing one to keep spacing consistent with other section breaks in this doc.

Suggested change

Copilot uses AI. Check for mistakes.
## Scope

1. Plugins must clean up all changes/modification made by the plugin when it is disabled.
Expand All @@ -27,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.
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor wording/grammar: “element removal/hiding” reads awkwardly; consider changing to “element removal or hiding” for clarity.

Copilot uses AI. Check for mistakes.


## Code
Expand Down
Loading