feat: add acl to notifications

not sure if i got all the acls of the different notifications down rn, but it seems to be about right
This commit is contained in:
Huskydog9988
2025-05-14 22:53:09 -04:00
parent 82b123a345
commit 9d2aded70f
8 changed files with 45 additions and 2 deletions

View File

@ -100,6 +100,7 @@ export default defineTask<TaskReturn>({
title: `Update available to v${latestVer}`,
description: `A new version of Drop is available v${latestVer}`,
actions: [`View|${body.html_url}`],
requiredPerms: [""],
});
} else {
console.log("[Task check:update]: no update available");