Compare commits

...
Author SHA1 Message Date
coolbot100s 4acf99ce58 Update misused-group.md 2026-07-11 14:00:30 -07:00
coolbot100s 40c4fd801e add quick reply for misused groups + organize 2026-07-11 13:58:37 -07:00
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'