diff --git a/.github/workflows/gen-list.yml b/.github/workflows/gen-list.yml index 8c31dd2..4678fab 100644 --- a/.github/workflows/gen-list.yml +++ b/.github/workflows/gen-list.yml @@ -34,6 +34,6 @@ jobs: commit_options: '--no-verify --signoff' repository: . commit_user_name: "GitHub Actions" - file_pattern: "plugins.json" + file_pattern: "pluginlist.json" status_options: '--untracked-files=no' push_options: '--force' \ No newline at end of file diff --git a/plugins/confirmation.ts b/plugins/confirmation.ts index 34b181f..60e2e4d 100644 --- a/plugins/confirmation.ts +++ b/plugins/confirmation.ts @@ -1,7 +1,7 @@ //@ts-nocheck /** * @plugin - * Asks the user for a confirmation message before executing the command + * Asks the user for a confirmation msg before executing the command * * @author @trueharuu [<@504698587221852172>] * @version 1.0.0