chore: testing

This commit is contained in:
EvolutionX
2023-09-02 11:19:06 +05:30
parent 98ad62330b
commit 33397c04e8
3 changed files with 5 additions and 2001 deletions

1990
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@
"description": "A curated list of cool plugins made by community of sern",
"main": "index.js",
"scripts": {
"generate": "bb scripts/gen-list.clj",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -21,10 +22,5 @@
"bugs": {
"url": "https://github.com/sern-handler/awesome-plugins/issues"
},
"homepage": "https://github.com/sern-handler/awesome-plugins#readme",
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-typescript": "^7.18.6"
}
"homepage": "https://github.com/sern-handler/awesome-plugins#readme"
}

View File

@@ -16,15 +16,11 @@
* //your code here
* }
* })
* ```
* ```
* @end
*/
import { CommandType, CommandControlPlugin, controller } from "@sern/handler";
import {
InteractionReplyOptions,
Message,
ReplyMessageOptions,
} from "discord.js";
import { InteractionReplyOptions, ReplyMessageOptions } from "discord.js";
export function disable(
onFail?: