Skip to content
Open
Changes from 2 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.



Comment thread
DaddyBoard marked this conversation as resolved.
Outdated
## 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.
Comment thread
DaddyBoard marked this conversation as resolved.


## Code
Expand Down
Loading