File tree Expand file tree Collapse file tree
messages/quick-replies/externals-permissions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ These files may not be grouped correctly.</br >
2+ 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 @@ -22,6 +22,13 @@ export default [
2222 . default ,
2323 private : false ,
2424 } ,
25+ {
26+ label : '🗃️ Misused Group' ,
27+ message : async ( ) =>
28+ ( await import ( '../messages/quick-replies/externals-permissions/misused-group.md?raw' ) )
29+ . default ,
30+ private : false ,
31+ } ,
2532 {
2633 label : '🌐 Not Permission to Distribute' ,
2734 message : async ( ) =>
Original file line number Diff line number Diff line change 88 type TechReviewContext ,
99 default as techReviewQuickReplies ,
1010} from './data/quick-replies/tech-review-quick-replies'
11- export { default as attributionQuickReplies } from './data/quick-replies/attribution -quick-replies'
11+ export { default as attributionQuickReplies } from './data/quick-replies/permissions -quick-replies'
1212export * from './locales'
1313export * from './types/actions'
1414export * from './types/keybinds'
You can’t perform that action at this time.
0 commit comments