From 2322e6ddf57207ee63bd76314d2df61c229f02b4 Mon Sep 17 00:00:00 2001 From: Melvin Jones Repol Date: Mon, 25 Mar 2024 20:15:20 +0800 Subject: [PATCH] Initial Commit --- .github/workflows/npm.yml | 4 ---- src/redfox.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 18571f9f..908bbe5c 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -29,8 +29,4 @@ jobs: - name: Test Orion Source Files run: | npm i --include=dev - npm run jshint *.js src/*.js - #- name: Test RedFox Source Files - # run: | - # npm run jshint src/redfox/*.js src/redfox/src/*.js diff --git a/src/redfox.js b/src/redfox.js index 5f5ef7bf..8fc04f3a 100644 --- a/src/redfox.js +++ b/src/redfox.js @@ -152,7 +152,7 @@ function buildAPI(globalOptions, html, jar) { "setNickname", "setThreadColor", "setThreadEmoji", - "aab", + "createNewGroup", "createPoll", "deleteMessage", "deleteThread",