Moderation: add quick reply for misused permission groups (#6696)

* add quick reply for misused groups + organize

* Update misused-group.md
This commit is contained in:
coolbot
2026-07-13 18:20:51 +00:00
committed by GitHub
parent 9e1e8788e2
commit ed9394f2f7
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,2 @@
These files may not be grouped correctly.</br>
Please ensure that this group only contains files from the same project and author that fall under the same licensing or permissions.
@@ -22,6 +22,13 @@ export default [
.default,
private: false,
},
{
label: '🗃️ Misused Group',
message: async () =>
(await import('../messages/quick-replies/externals-permissions/misused-group.md?raw'))
.default,
private: false,
},
{
label: '🌐 Not Permission to Distribute',
message: async () =>
+1 -1
View File
@@ -8,7 +8,7 @@ export {
type TechReviewContext,
default as techReviewQuickReplies,
} from './data/quick-replies/tech-review-quick-replies'
export { default as attributionQuickReplies } from './data/quick-replies/attribution-quick-replies'
export { default as attributionQuickReplies } from './data/quick-replies/permissions-quick-replies'
export * from './locales'
export * from './types/actions'
export * from './types/keybinds'