mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-28 02:32:17 +00:00
chore: testing
This commit is contained in:
1990
package-lock.json
generated
1990
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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?:
|
||||
|
||||
Reference in New Issue
Block a user