Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () =>
Expand Down
2 changes: 1 addition & 1 deletion packages/moderation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading