mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
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:
+2
@@ -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.
|
||||
+7
@@ -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 () =>
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user